From c6c9d526623b229d7e322cbe4ce8e369d6d27673 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 24 May 2026 14:02:52 +0200 Subject: [PATCH] feat: dual defaults to main on the left of secondary --- display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.sh b/display.sh index 4bc872c..ba959aa 100755 --- a/display.sh +++ b/display.sh @@ -43,7 +43,7 @@ function main() { "dual"|"right") echo "Setting dual display right" xrandr \ - --output "$main" --primary --auto --right-of "$secondary" \ + --output "$main" --primary --auto --left-of "$secondary" \ --output "$secondary" --auto \ --output "$internal" --off ;;