Dynamically set monitor resolution in xinitrc

This commit is contained in:
flyingscorpio@arch-desktop 2021-12-19 23:44:46 +01:00
parent fd3b526dd4
commit 3208a040a5

View file

@ -51,4 +51,8 @@ if command -v protonvpn >/dev/null 2>&1; then
sudo protonvpn c -f
fi
for monitor in $(xrandr --listactivemonitors | awk '{print $4}'); do
xrandr --output "$monitor" --mode 1920x1080
done
exec i3