Change screen number

This commit is contained in:
Thomas Dehaeze 2022-02-20 22:06:56 +01:00
parent 4632b61c8f
commit e14d64dee2

View File

@ -108,7 +108,7 @@ after_screen_change () {
case "$option" in case "$option" in
"Work") "Work")
xrandr --output eDP-1 --off --output DP-1-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ xrandr --output eDP-1 --off --output DP-3-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \
after_screen_change after_screen_change
;; ;;
"Laptop") "Laptop")
@ -116,7 +116,7 @@ case "$option" in
after_screen_change after_screen_change
;; ;;
"Home") "Home")
xrandr --output eDP-1 --off --output DP-1-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \ xrandr --output eDP-1 --off --output DP-3-2 --primary --mode 2560x1440 --pos 0x0 --rotate normal && \
after_screen_change after_screen_change
;; ;;
,*) ,*)