separate desktop and laptop configs

This commit is contained in:
azpsen
2025-03-10 11:03:49 -05:00
parent 698c94bbbe
commit 06e9f920c0
2 changed files with 10 additions and 5 deletions

View File

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