X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/115cebf951e9d1b41571084f28feb6392703fc50..03e18ae17a72f3db72ee65eb290d35fb13d66237:/xinit/xprofile.d/00-xrandr.sh 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