bspwm: fix some issues with startup programs

main
maia arson crimew 2022-06-06 13:56:03 +02:00
parent 858a1b5e6e
commit 351fc26858
1 changed files with 3 additions and 2 deletions

View File

@ -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