diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 9b20c43..9ebcb56 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -85,13 +85,12 @@ bspc rule -a kitty_float state=floating rectangle=1000x700+0+0 center=on bspc rule -a Popsicle-gtk state=floating rectangle=800x300+0+0 center=on # startup +killall picom picom --experimental-backends & polybar-msg cmd quit polybar left & polybar right & dunst & -rofi-polkit-agent & - if [ ! -f /tmp/startup.lock ]; then touch /tmp/startup.lock @@ -103,4 +102,6 @@ if [ ! -f /tmp/startup.lock ]; then firefox & claws-mail & obsidian & + + rofi-polkit-agent & fi