diff --git a/files/.config/sxhkd/sxhkdrc b/files/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..78a5595 --- /dev/null +++ b/files/.config/sxhkd/sxhkdrc @@ -0,0 +1,27 @@ +# 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