diff --git a/quick-single b/quick-single index 6a60f17..f73aa20 100755 --- a/quick-single +++ b/quick-single @@ -15,5 +15,5 @@ if [ "$opt" = "Single" ]; then xrandr --output $scnd --off xrandr --output $main --mode 1920x1080 --rate 143.98 else - xrandr --output $main --mode 1920x1080 --rate 143.98 --right-of $main + xrandr --output $scnd --mode 1920x1080 --right-of $main fi