From 351fc2685813ac7c3e8074ce41ff5424f7ec7d4b Mon Sep 17 00:00:00 2001 From: maia arson crimew Date: Mon, 6 Jun 2022 13:56:03 +0200 Subject: [PATCH] bspwm: fix some issues with startup programs --- .config/bspwm/bspwmrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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