diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:28:56 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-11-08 14:28:56 +0530 |
commit | f9b768d95b526c730018f4f4d3635e779faedbf7 (patch) | |
tree | bc3cc8a370d25768254cd42d56f030e1487e202d /sxhkd | |
parent | 7af7558c52787cbc9edb3fc8be561d5be1d58bd8 (diff) |
added keybindings for deadd
Diffstat (limited to 'sxhkd')
-rwxr-xr-x | sxhkd/sxhkdrc | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 277733c0..e9fe760d 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -14,12 +14,12 @@ super + shift + Return alt + Return run_dmenu -alt + shift + Return - echo "Lockscreen not set up" - Print scrot /zt/Screenshots/Screenshot-%Y-%d-%m--%T.png +alt + F1 + betterlockscreen -l -t "pee pee poo poo" + alt + F2 pulseaudio-ctl mute @@ -29,26 +29,35 @@ alt + F3 alt + F4 pulseaudio-ctl up -F1 +alt + F12 + kill -s USR1 $(pidof deadd-notification-center) + +alt + shift + F2 + notify-send.py a --hint boolean:deadd-notification-center:true \ + string:type:pausePopups + +alt + shift + F3 + +super + F1 pcmanfm -F2 +super + F2 pavucontrol -F3 +super + F3 ktorrent -F4 +super + F4 thunderbird -F6 +super + F6 gimp -F7 +super + F7 nitrogen -F11 +super + F11 st -e bashtop -F12 +super + F12 st -e ranger |