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
|
bspc rule -a Popsicle-gtk state=floating rectangle=800x300+0+0 center=on
|
||||||
|
|
||||||
# startup
|
# startup
|
||||||
|
killall picom
|
||||||
picom --experimental-backends &
|
picom --experimental-backends &
|
||||||
polybar-msg cmd quit
|
polybar-msg cmd quit
|
||||||
polybar left &
|
polybar left &
|
||||||
polybar right &
|
polybar right &
|
||||||
dunst &
|
dunst &
|
||||||
rofi-polkit-agent &
|
|
||||||
|
|
||||||
|
|
||||||
if [ ! -f /tmp/startup.lock ]; then
|
if [ ! -f /tmp/startup.lock ]; then
|
||||||
touch /tmp/startup.lock
|
touch /tmp/startup.lock
|
||||||
|
@ -103,4 +102,6 @@ if [ ! -f /tmp/startup.lock ]; then
|
||||||
firefox &
|
firefox &
|
||||||
claws-mail &
|
claws-mail &
|
||||||
obsidian &
|
obsidian &
|
||||||
|
|
||||||
|
rofi-polkit-agent &
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue