From e3e9585e1867b1766ff53322235f86f7036156de Mon Sep 17 00:00:00 2001 From: AngeD Date: Sun, 8 Jan 2023 21:49:49 +0100 Subject: [PATCH] fix: screen order --- .xinitrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.xinitrc b/.xinitrc index 0e2060c..76be18b 100644 --- a/.xinitrc +++ b/.xinitrc @@ -22,9 +22,9 @@ xinput set-prop 'pointer:Logitech G903' 'libinput Accel Profile Enabled' 0, 1 xrandr --output "${LAPTOP_SCREEN}" --mode 1920x1080 --rate 60 --primary ) -xrandr \ - --output DisplayPort-1-2 --pos 1920x0 --auto \ - --output DisplayPort-1-1 --pos 3840x0 --auto +xrandr \ + --output DisplayPort-1-1 --pos 1920x0 --auto \ + --output DisplayPort-1-2 --pos 3840x0 --auto # startup /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &