diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 22:31:27 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-28 22:31:27 +0000 |
| commit | b0e4f16e84eea5898aafea6cd283218b4afd603f (patch) | |
| tree | 032b14281395c7d797df41a37800f892310714a0 /bspwm | |
| parent | 44f2a54e687ac5243e811196d860a840ce4d5cae (diff) | |
minor chnages, locking screen on suspend
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 |
