From 5601bb211b4732a22d44ddf1f1e3235cae53f10c Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 12 Feb 2018 22:53:36 -0600 Subject: [PATCH] bspwm: Disable Polybar And thus I retire you, treasured soldier May your successor be half as good as you were --- .config/bspwm/bspwmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index a48ca908..4662f122 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -72,6 +72,7 @@ bspc config urgent_border_color "#b58900" bspc rule -r '*' bspc rule -a Waterfox desktop=1 bspc rule -a Spotify desktop=10 +bspc rule -a plasmashell state=floating sticky=on border=off ## SIMPLE CONFIGURATION xset -b @@ -88,5 +89,5 @@ if [[ $(pgrep compton) ]]; then killall compton fi compton& -$HOME/.config/polybar/start.sh & +#$HOME/.config/polybar/start.sh &