diff --git a/xrandr.sh b/xrandr.sh index 3a182a2..85fb168 100755 --- a/xrandr.sh +++ b/xrandr.sh @@ -8,7 +8,6 @@ # --output HDMI-1-0 --primary --mode 3440x1440 --pos 0x0 --rotate normal \ # --output DP-1-4 --off -xrandr --output DVI-I-1 --off \ - --output DP-3 --off \ - --output HDMI-1 --mode 1920x1080 --pos 760x0 --rotate normal \ - --output DP-1 --off --output DP-2 --primary --mode 3440x1440 --pos 0x1080 --rotate normal +xrandr \ + --output HDMI-0 --mode 1920x1080 --pos 760x0 --rotate normal \ + --output DP-2 --primary --mode 3440x1440 --pos 0x1080 --rotate normal