diff --git a/binaries-private.org b/binaries-private.org index ac71841..73c467f 100644 --- a/binaries-private.org +++ b/binaries-private.org @@ -108,7 +108,7 @@ after_screen_change () { case "$option" in "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 ;; "Laptop") @@ -116,7 +116,7 @@ case "$option" in after_screen_change ;; "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 ;; ,*)