mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-13 21:26:48 +02: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)
|
# Start picom (prevents screen tearing)
|
||||||
picom -b
|
picom -b
|
||||||
|
|
||||||
# Start polybar and other things based on DPI
|
# Change cursor size and other things based on DPI
|
||||||
# Get the host width
|
# Get the host width
|
||||||
HOST_WIDTH=$(bspc query -T -m | jq '.rectangle.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))"
|
xsetroot -xcf "/usr/share/icons/$CURSOR_THEME/cursors/left_ptr" "$(($X_DPI / 6))"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
~/.config/polybar/launch.sh main &
|
|
||||||
|
|
||||||
# bspc rules
|
# bspc rules
|
||||||
bspc rule -a feh state=floating
|
bspc rule -a feh state=floating
|
||||||
bspc rule -a kitty:floating state=floating
|
bspc rule -a kitty:floating state=floating
|
||||||
|
Loading…
x
Reference in New Issue
Block a user