diff options
Diffstat (limited to '.config/sxhkd/sxhkdrc')
| -rw-r--r-- | .config/sxhkd/sxhkdrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 36f0f64..704bbdf 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -20,7 +20,8 @@ super + Escape # quit/restart bspwm super + shift + {e,r} - bspc {quit,wm -r} + sh $HOME/.local/bin/lemonbar/kill_lemonbar.sh; \ + bspc {quit,wm -r} # close and kill super + {_,shift + }w |