Compare commits

...

1 Commits

Author SHA1 Message Date
azpsen
06e9f920c0 separate desktop and laptop configs 2025-03-10 11:03:49 -05:00
2 changed files with 10 additions and 5 deletions

View File

@@ -2,11 +2,12 @@
pgrep -x sxhkd > /dev/null || sxhkd & pgrep -x sxhkd > /dev/null || sxhkd &
# use DP-0 on desktop # cerritos setup
bspc monitor eDP-1 -d 1 2 3 4 5 bspc monitor DP-0 -d 1 2 3 4 5
bspc monitor HDMI-0 -d 6 7 8 9 0
# enable on desktop # defiant setup
#bspc monitor HDMI-0 -d 6 7 8 9 0 # bspc monitor eDP-1 -d 1 2 3 4 5
bspc config remove_disabled_monitors false bspc config remove_disabled_monitors false
bspc config remove_unplugged_monitors false bspc config remove_unplugged_monitors false

View File

@@ -2,5 +2,9 @@
killall -q polybar killall -q polybar
# cerritos setup
polybar primary 2>&1 | tee -a /tmp/polybar.log & disown polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
# polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown
# defiant setup
# polybar primary 2>&1 | tee -a /tmp/polybar.log & disown