From 7d9a9b8c91fd343b7a56016c20c385026a1597e7 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 1 Dec 2022 14:23:36 -0800 Subject: [PATCH] Fixing dual mode toggle --- quick-single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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