]> git.rmz.io Git - dotfiles.git/blobdiff - xprofile.d/00-xrandr.sh
nvim: add FPP copyright snippet
[dotfiles.git] / xprofile.d / 00-xrandr.sh
index 83936d3e66eb50b81c7084bdf4c624104567fd98..a4787aea2bb3d9199dffb9eee57ac26c26bbc828 100755 (executable)
@@ -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