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 \