diff --git a/.local/bin/displayselect b/.local/bin/displayselect index f344e2c..666c6fa 100755 --- a/.local/bin/displayselect +++ b/.local/bin/displayselect @@ -52,8 +52,9 @@ default() { } setup() { + [ -z "$mode" ] && mode="auto" xrandr --output "$primary" --auto --scale 1.0x1.0 \ - --output "$secondary" --"$direction"-of "$primary" --auto + --output "$secondary" --"$direction"-of "$primary" --$mode } morescreen() { # If multi-monitor is selected and there are more than two screens.