]> git.rmz.io Git - dotfiles.git/blobdiff - xinit/xprofile.d/00-xrandr.sh
mutt: fix F macro to not write message to home
[dotfiles.git] / xinit / xprofile.d / 00-xrandr.sh
index a4787aea2bb3d9199dffb9eee57ac26c26bbc828..83936d3e66eb50b81c7084bdf4c624104567fd98 100755 (executable)
@@ -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