diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2019-09-25 21:43:16 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2019-09-25 21:43:16 +0200 |
commit | cc5a3d8eb0955cb4ee2a5dc8ada44ca21fcd4ddb (patch) | |
tree | e3f3b307eefbb9e466ee0b6c071cdb3aeb7c5b87 | |
parent | Save windows position but only in session on main X server (diff) | |
download | display_autoset-cc5a3d8eb0955cb4ee2a5dc8ada44ca21fcd4ddb.tar.xz |
-rwxr-xr-x | autodetect.sh | 2 |
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() { |