From 0fbc0514993cf1d56f4226437f5a5cafaaead1ee Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 26 Sep 2020 18:12:58 +0200 Subject: [PATCH] Updated screen rotation --- Bin/screenlayout.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Bin/screenlayout.sh b/Bin/screenlayout.sh index 8881ad0..5a42917 100755 --- a/Bin/screenlayout.sh +++ b/Bin/screenlayout.sh @@ -45,8 +45,9 @@ case $nextconfig in ;; homeoffice) # Home Office - xrandr --output DP-2-1 --primary --mode 2560x1080 --pos 0x520 --rotate normal \ - --output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate left \ + xrandr --output DP-2-1 --primary --mode 2560x1080 --pos 0x0 --rotate normal \ + --output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate normal \ +# --output DP-2-2 --mode 1920x1080 --pos 2560x0 --rotate left \ --output DP-2-3 --off \ --output eDP-1 --off \ --output HDMI-2 --off \