From 65f91b7fcf303e26d43fd7b2da19a1d3bbc0dede Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 10 May 2021 15:45:02 +0400 Subject: Added autostart of lemonbar in bspwmrc --- .config/sxhkd/sxhkdrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/sxhkd') 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 -- cgit v1.2.3