From be509b559ba32f663869ee3b9ff1ef247c3db737 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 13 Feb 2018 15:00:06 -0600 Subject: [PATCH] bspwm: Reorganize I moved one line, but it gets its own commit anyway --- .config/bspwm/bspwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 028e51ff..804eb462 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -88,9 +88,9 @@ feh --randomize --bg-fill ~/Pictures/Wallpapers/.active & if [[ $(pgrep polybar) ]]; then killall polybar fi +#$HOME/.config/polybar/start.sh & if [[ $(pgrep compton) ]]; then killall compton fi compton& -#$HOME/.config/polybar/start.sh &