27 lines
402 B
Text
27 lines
402 B
Text
# 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
|