diff options
Diffstat (limited to 'localxrandr')
-rwxr-xr-x | localxrandr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localxrandr b/localxrandr index ed1816d..43abe19 100755 --- a/localxrandr +++ b/localxrandr @@ -36,7 +36,7 @@ if [ -n "$lcd" ] && [ -n "$dvi" ]; then if [ -n "$xinerama" ]; then xrandr \ --output "$lcd" --mode 1280x800 --rotate normal \ - --output "$dvi" --mode 1680x1050 --rotate normal --above $lcd --preferred + --output "$dvi" --mode 1680x1050 --rotate normal --left-of $lcd --preferred # xrandr \ # --output "$lcd" --mode 1280x800 --rotate left \ # --output "$dvi" --mode 1680x1050 --rotate left --right-of $lcd |