]> git.rmz.io Git - dotfiles.git/commitdiff
xprofile: update xrandr for skull-canyon
authorSamir Benmendil <me@rmz.io>
Tue, 1 Nov 2022 14:41:12 +0000 (14:41 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 1 Nov 2022 14:41:12 +0000 (14:41 +0000)
I'm connecting one screen via HDMI now.

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