launch polybar as the last step

This commit is contained in:
Václav Uruba 2022-10-21 11:57:22 +02:00
parent 4fd2d3a554
commit 5f7287d00d
Signed by: uruba
GPG Key ID: 9D8E987C4B2E1E9C

View File

@ -3,8 +3,6 @@
#disable_touchpad
#init_monitors
~/.config/polybar/launch.sh --shades &
pgrep -x sxhkd > /dev/null || sxhkd &
bspc monitor -d I II III IV V VI VII VIII IX X
@ -24,3 +22,5 @@ bspc config merge_overlapping_monitors true
bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Zathura state=tiled
~/.config/polybar/launch.sh --shades &