diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/triplescreen | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/triplescreen b/.local/bin/triplescreen index 05a4b90..32cb1de 100755 --- a/.local/bin/triplescreen +++ b/.local/bin/triplescreen @@ -9,5 +9,5 @@ xrandr --output HDMI-3 --off xrandr --output DP-2 --off xrandr --output DP-3 --off -bspc monitor HDMI-1 -d 01 02 03 04 05 06 07 -bspc monitor VGA-1 -d 08 09 10 11 12 +bspc monitor HDMI-1 -d 01 02 03 04 05 06 07 08 +bspc monitor VGA-1 -d 09 10 11 12 |