summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautodetect.sh2
1 files changed, 1 insertions, 1 deletions
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() {