migrate keybindings to cwm
This commit is contained in:
parent
9d2e1bb0e2
commit
b96a9bb168
2 changed files with 15 additions and 27 deletions
15
files/.cwmrc
15
files/.cwmrc
|
|
@ -113,11 +113,26 @@ bind-key 4M-j window-snap-down
|
|||
bind-key 4M-k window-snap-up
|
||||
bind-key 4M-l window-snap-right
|
||||
|
||||
# Open programms
|
||||
bind-key 4S-Return lxterminal
|
||||
bind-key 4-s screenshot
|
||||
|
||||
# Open menus
|
||||
bind-key 4M-m menu-window
|
||||
bind-key 4-f menu-group
|
||||
#bind-key 4-a menu-cmd
|
||||
bind-key 4-d dmenu_run
|
||||
|
||||
# Volume control
|
||||
|
||||
bind-key XF86AudioRaiseVolume "vol +"
|
||||
bind-key XF86AudioLowerVolume "vol -"
|
||||
bind-key XF86AudioMute "vol ."
|
||||
bind-key XF86AudioMicMute "vol !"
|
||||
|
||||
bind-key M-y "playerctl play-pause"
|
||||
bind-key M-less "playerctl previous"
|
||||
bind-key M-greater "playerctl next"
|
||||
|
||||
# Autogroup some apps
|
||||
autogroup 5 "dooble,firefox,librewolf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue