diff --git a/prefres.sh b/prefres.sh index 144c2b4..e1be294 100755 --- a/prefres.sh +++ b/prefres.sh @@ -12,10 +12,10 @@ then xrandr --output eDP-1-1 --off fi case $selection in - 1)xrandr --output HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate right - xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal;; - 2)xrandr --output HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate normal - xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal;; + 1)xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal + xrandr --output HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate right;; + 2)xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal + xrandr --output HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate normal;; 3)xrandr --output eDP-1-1 --mode 1920x1080 -r 144 --rotate normal xrandr --output HDMI-0 --mode 1920x1080 -r 75 --rotate normal;; 4)xrandr --output eDP-1-1 --mode 1920x1080 -r 144 --rotate normal;;