diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 11:00:51 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-06 11:00:51 +0530 |
commit | 1fac77d6c1d40e4fa1ee67b5c1b84d6d308ad311 (patch) | |
tree | 94e7afde82842c9514f1861aa7495af33f3d82d7 /sxhkd/sxhkdrc | |
parent | a00464fe0919a78f181737400261fd61e19ea241 (diff) |
removed keybindings from herbstluftwm and added a sxhkdrc
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 + + |