From e73f207288934251196a5a3250bf08e085197721 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 19 Oct 2020 14:15:17 +0200 Subject: Workspaces rework --- .local/bin/dualscreen | 4 ++-- .local/bin/triplescreen | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.local/bin') diff --git a/.local/bin/dualscreen b/.local/bin/dualscreen index be627f5..86e127b 100755 --- a/.local/bin/dualscreen +++ b/.local/bin/dualscreen @@ -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 LVDS-1 -d 08 09 10 11 12 +bspc monitor HDMI-1 -d 01 02 03 04 05 06 07 08 +bspc monitor LVDS-1 -d 09 10 11 12 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 -- cgit v1.2.3