diff options
Diffstat (limited to 'sxhkd/sxhkdrc')
-rwxr-xr-x | sxhkd/sxhkdrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc new file mode 100755 index 00000000..76c55fc5 --- /dev/null +++ b/sxhkd/sxhkdrc @@ -0,0 +1,29 @@ +# wm-independent keybindings + +# Restart hotkey damon +super + shift + x + killall sxhkd && sxhkd & + + +super + Return + st + +super + shift + Return + pcmanfm + +alt + Return + run_dmenu + +alt + shift + Return + scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png + +alt + F2 + pulseaudio-ctl mute + +alt + F3 + pulseaudio-ctl down + +alt + F4 + pulseaudio-ctl up + + |