From 6fd94a854983c3286e90e0a6932d11018ec6a135 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Fri, 20 Aug 2021 20:42:02 +0100 Subject: [PATCH] Adjust displayes for different gpu --- states/i3/files/xprofile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index aaa2f4f..d4a1bd2 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -26,7 +26,7 @@ case $HOSTNAME in xrandr --output eDP-1 --mode 1920x1080 --pos 0x540 ;; dubnium) - xrandr --output DVI-D-0 --mode 1920x1080 --pos 0x540 + xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540 xrandr --output DP-2 --mode 3840x2160 --pos 1920x0 xrandr --output DP-2 --primary ;; -- 2.45.2