minor changes

This commit is contained in:
Tahinli 2022-12-03 17:52:35 +03:00
parent 886ad618ba
commit 6ac4bb51a1

View file

@ -12,10 +12,10 @@ then
xrandr --output eDP-1-1 --off xrandr --output eDP-1-1 --off
fi fi
case $selection in case $selection in
1)xrandr --output HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate right 1)xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal
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 HDMI-0 --mode 1920x1080 --right-of eDP-1-1 -r 75 --rotate normal 2)xrandr --output eDP-1-1 --mode 1920x1080 --left-of HDMI-0 -r 144 --rotate normal
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 3)xrandr --output eDP-1-1 --mode 1920x1080 -r 144 --rotate normal
xrandr --output HDMI-0 --mode 1920x1080 -r 75 --rotate normal;; xrandr --output HDMI-0 --mode 1920x1080 -r 75 --rotate normal;;
4)xrandr --output eDP-1-1 --mode 1920x1080 -r 144 --rotate normal;; 4)xrandr --output eDP-1-1 --mode 1920x1080 -r 144 --rotate normal;;