diff options
Diffstat (limited to 'bspwm')
| -rw-r--r-- | bspwm/.config/sxhkd/sxhkdrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bspwm/.config/sxhkd/sxhkdrc b/bspwm/.config/sxhkd/sxhkdrc index 5e1b8a6..dc636fd 100644 --- a/bspwm/.config/sxhkd/sxhkdrc +++ b/bspwm/.config/sxhkd/sxhkdrc @@ -17,7 +17,7 @@ alt + shift + Escape bspc quit super + F4 - systemctl suspend + lock.sh bspwm && systemctl suspend super + x lock.sh bspwm @@ -26,6 +26,9 @@ super + shift + x systemctl restart super + BackSpace + kill -9 -1 + +super + shift + BackSpace shutdown now # @@ -137,6 +140,9 @@ super + shift + p super + shift + a st -e alsamixer +super + shift + d + mpv /mnt/newvol/p/"$(ls /mnt/newvol/p | rofi -dmenu -lines 10)" + super + shift + f dmenuunicode |
