X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6e24d81695c900c7756249e42948cf409c8dd9f6..f76a2ea520cdfecf10b7498bfb85287e839f4f66:/xprofile.d/00-xrandr.sh 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