From e14d64dee2b341a787d5b5ba8ff80bccd1846e17 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Sun, 20 Feb 2022 22:06:56 +0100 Subject: [PATCH] Change screen number --- binaries-private.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries-private.org b/binaries-private.org index ac71841..73c467f 100644 --- a/binaries-private.org +++ b/binaries-private.org @@ -108,7 +108,7 @@ after_screen_change () { case "$option" in "Work") - xrandr --output eDP-1 --off --output DP-1-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ + xrandr --output eDP-1 --off --output DP-3-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ after_screen_change ;; "Laptop") @@ -116,7 +116,7 @@ case "$option" in after_screen_change ;; "Home") - xrandr --output eDP-1 --off --output DP-1-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ + xrandr --output eDP-1 --off --output DP-3-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ after_screen_change ;; ,*)