From: Samir Benmendil Date: Tue, 10 Dec 2019 17:57:33 +0000 (+0000) Subject: xinit: use USB-C for both monitors on skull-canyon X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/e221dbff1358e07e748456e396f19f61a1462a5f?ds=sidebyside xinit: use USB-C for both monitors on skull-canyon --- 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