From: Samir Benmendil Date: Tue, 1 Nov 2022 14:41:12 +0000 (+0000) Subject: xprofile: update xrandr for skull-canyon X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f76a2ea520cdfecf10b7498bfb85287e839f4f66?ds=inline xprofile: update xrandr for skull-canyon I'm connecting one screen via HDMI now. --- 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