diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 8e22c7e4..2db5905b 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -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