minor changes
This commit is contained in:
parent
886ad618ba
commit
6ac4bb51a1
1 changed files with 4 additions and 4 deletions
|
@ -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;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue