bspwm: fix some issues with startup programs
parent
858a1b5e6e
commit
351fc26858
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue