]> git.rmz.io Git - dotfiles.git/blob - xinit/xprofile.d/00-xrandr.sh
xinit: use USB-C for both monitors on skull-canyon
[dotfiles.git] / xinit / xprofile.d / 00-xrandr.sh
1 if [[ $(hostname) == "skull-canyon" ]]; then
2 xrandr --output DP2 --auto --primary --output DP3 --auto --right-of DP2
3 xrandr --dpi 162
4 export QT_AUTO_SCREEN_SCALE_FACTOR=1
5 fi