From cc5a3d8eb0955cb4ee2a5dc8ada44ca21fcd4ddb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= <r.oburka@gmail.com>
Date: Wed, 25 Sep 2019 21:43:16 +0200
Subject: autoset - new order of the displays

---
 autodetect.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autodetect.sh b/autodetect.sh
index 0b1ed83..31b3b67 100755
--- a/autodetect.sh
+++ b/autodetect.sh
@@ -51,7 +51,7 @@ off_except() {
 }
 
 handle_non_exist_mode() {
-	xrandr --dpi "$DPI" $(off_except "$1" "$2") --output $2 --mode $4 --output $1 --mode $3 --left-of $2
+	xrandr --dpi "$DPI" $(off_except "$1" "$2") --output $2 --mode $4 --output $1 --mode $3 --right-of $2
 }
 
 query_xrandr() {
-- 
cgit v1.2.3