migrate keybindings to cwm
This commit is contained in:
parent
9d2e1bb0e2
commit
b96a9bb168
2 changed files with 15 additions and 27 deletions
|
|
@ -1,27 +0,0 @@
|
||||||
# launcher
|
|
||||||
super + d
|
|
||||||
dmenu_run
|
|
||||||
|
|
||||||
# terminal
|
|
||||||
super + shift + Return
|
|
||||||
lxterminal
|
|
||||||
|
|
||||||
# screenshot and selection capture
|
|
||||||
super + s
|
|
||||||
screenshot
|
|
||||||
|
|
||||||
# reload sxhkd
|
|
||||||
super + shift + x
|
|
||||||
pkill -USR1 -x sxhkd
|
|
||||||
|
|
||||||
# volume keys
|
|
||||||
{XF86AudioRaiseVolume,XF86AudioLowerVolume}
|
|
||||||
vol {+,-}
|
|
||||||
{XF86AudioMute,XF86AudioMicMute}
|
|
||||||
vol {.,!}
|
|
||||||
|
|
||||||
# media keys
|
|
||||||
super + {y,less,greater}
|
|
||||||
playerctl {play-pause,previous,next}
|
|
||||||
|
|
||||||
# vim:ft=sxhkdrc
|
|
||||||
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-k window-snap-up
|
||||||
bind-key 4M-l window-snap-right
|
bind-key 4M-l window-snap-right
|
||||||
|
|
||||||
|
# Open programms
|
||||||
|
bind-key 4S-Return lxterminal
|
||||||
|
bind-key 4-s screenshot
|
||||||
|
|
||||||
# Open menus
|
# Open menus
|
||||||
bind-key 4M-m menu-window
|
bind-key 4M-m menu-window
|
||||||
bind-key 4-f menu-group
|
bind-key 4-f menu-group
|
||||||
#bind-key 4-a menu-cmd
|
#bind-key 4-a menu-cmd
|
||||||
bind-key 4-d dmenu_run
|
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 some apps
|
||||||
autogroup 5 "dooble,firefox,librewolf"
|
autogroup 5 "dooble,firefox,librewolf"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue