aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2024-10-21 08:55:35 +0200
committerCharles Cabergs <me@cacharle.xyz>2024-10-21 08:55:35 +0200
commit773183640b2bf55e27afe3732aa7e0a7c45eb771 (patch)
treedca27c2d72be9d9ec3720aceb9b80f4eeda4ba8c /config
parent80bf29c3377fc8918cb3d7de57c7937e349e371b (diff)
downloaddotfiles-773183640b2bf55e27afe3732aa7e0a7c45eb771.tar.gz
dotfiles-773183640b2bf55e27afe3732aa7e0a7c45eb771.tar.bz2
dotfiles-773183640b2bf55e27afe3732aa7e0a7c45eb771.zip
Update x11 work config
Diffstat (limited to 'config')
-rwxr-xr-xconfig/x11/xinitrc2
1 files changed, 1 insertions, 1 deletions
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