bspwm: Remove polybar execution

This is no longer needed since we no longer use polybar.
This commit is contained in:
Donovan Glover 2022-10-25 12:42:44 -04:00
parent 45ae547379
commit d7a940a4d0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -61,7 +61,7 @@ fi
# Start picom (prevents screen tearing)
picom -b
# Start polybar and other things based on DPI
# Change cursor size and other things based on DPI
# Get the host width
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.width')
@ -96,8 +96,6 @@ if [ "$X_DPI" ]; then
xsetroot -xcf "/usr/share/icons/$CURSOR_THEME/cursors/left_ptr" "$(($X_DPI / 6))"
fi
~/.config/polybar/launch.sh main &
# bspc rules
bspc rule -a feh state=floating
bspc rule -a kitty:floating state=floating