X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/367a240534f2e939fbb15baed6a34736b7360637..refs/heads/lazyvim:/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