From e221dbff1358e07e748456e396f19f61a1462a5f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 10 Dec 2019 17:57:33 +0000 Subject: [PATCH] xinit: use USB-C for both monitors on skull-canyon --- xinit/xprofile.d/00-xrandr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xinit/xprofile.d/00-xrandr.sh b/xinit/xprofile.d/00-xrandr.sh index a4787ae..83936d3 100755 --- a/xinit/xprofile.d/00-xrandr.sh +++ b/xinit/xprofile.d/00-xrandr.sh @@ -1,5 +1,5 @@ if [[ $(hostname) == "skull-canyon" ]]; then - xrandr --output DP1 --auto --primary --output DP3 --auto --right-of DP1 + xrandr --output DP2 --auto --primary --output DP3 --auto --right-of DP2 xrandr --dpi 162 export QT_AUTO_SCREEN_SCALE_FACTOR=1 fi -- 2.48.1