Fixing dual mode toggle

This commit is contained in:
shockrah 2022-12-01 14:23:36 -08:00
parent 267a6e9541
commit 7d9a9b8c91

View File

@ -15,5 +15,5 @@ if [ "$opt" = "Single" ]; then
xrandr --output $scnd --off xrandr --output $scnd --off
xrandr --output $main --mode 1920x1080 --rate 143.98 xrandr --output $main --mode 1920x1080 --rate 143.98
else else
xrandr --output $main --mode 1920x1080 --rate 143.98 --right-of $main xrandr --output $scnd --mode 1920x1080 --right-of $main
fi fi