]> git.rmz.io Git - dotfiles.git/commitdiff
xinit: use USB-C for both monitors on skull-canyon
authorSamir Benmendil <me@rmz.io>
Tue, 10 Dec 2019 17:57:33 +0000 (17:57 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 6 Jan 2020 13:01:05 +0000 (13:01 +0000)
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