diff --git a/scripts/monitor_switch.sh b/scripts/monitor_switch.sh index 6ecfb04..9bb6cc4 100755 --- a/scripts/monitor_switch.sh +++ b/scripts/monitor_switch.sh @@ -6,7 +6,7 @@ EXTERN=VGA1 if [ -z "$(xrandr -q | grep "$EXTERN connected")" ]; then bspc query -W -m VGA1 | while read $wid; do - bspc window $wid -m LVDS1 + bspc window $wid -m "LVDS1:^1" done fi