From 773183640b2bf55e27afe3732aa7e0a7c45eb771 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 21 Oct 2024 08:55:35 +0200 Subject: Update x11 work config --- config/x11/xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/x11') diff --git a/config/x11/xinitrc b/config/x11/xinitrc index 71ba76c..d883219 100755 --- a/config/x11/xinitrc +++ b/config/x11/xinitrc @@ -42,7 +42,7 @@ case "$(cat /etc/hostname)" in if xrandr | grep -q 'HDMI1 connected' then # Generated by arandr - xrandr --output eDP1 --primary --mode 1600x900 --pos 0x0 --rotate normal --output DP1 --off --output DP2 --off --output DP2-1 --off --output DP2-2 --mode 1600x900 --pos 3200x0 --rotate normal --output DP2-3 --off --output HDMI1 --mode 1600x900 --pos 1600x0 --rotate normal --output HDMI2 --off --output VIRTUAL1 --off + xrandr --output eDP1 --primary --mode 1600x900 --pos 0x0 --rotate normal --output DP1 --off --output DP2 --off --output DP2-1 --off --output DP2-2 --mode 1920x1080 --pos 3520x0 --rotate normal --output DP2-3 --off --output HDMI1 --mode 1920x1080 --pos 1600x0 --rotate normal --output HDMI2 --off --output VIRTUAL1 --off fi esac -- cgit