mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 02:49:28 +01:00
bspwm: Remove polybar execution
This is no longer needed since we no longer use polybar.
This commit is contained in:
parent
45ae547379
commit
d7a940a4d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user