From f76a2ea520cdfecf10b7498bfb85287e839f4f66 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 1 Nov 2022 14:41:12 +0000 Subject: [PATCH] xprofile: update xrandr for skull-canyon I'm connecting one screen via HDMI now. --- xprofile.d/00-xrandr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprofile.d/00-xrandr.sh b/xprofile.d/00-xrandr.sh index 83936d3..a4787ae 100755 --- a/xprofile.d/00-xrandr.sh +++ b/xprofile.d/00-xrandr.sh @@ -1,5 +1,5 @@ if [[ $(hostname) == "skull-canyon" ]]; then - xrandr --output DP2 --auto --primary --output DP3 --auto --right-of DP2 + xrandr --output DP1 --auto --primary --output DP3 --auto --right-of DP1 xrandr --dpi 162 export QT_AUTO_SCREEN_SCALE_FACTOR=1 fi -- 2.48.1