Fixing dual mode toggle
This commit is contained in:
parent
267a6e9541
commit
7d9a9b8c91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user