feat(display): main is ultrawide

This commit is contained in:
ayo 2026-03-28 09:23:42 +01:00
parent b51c66e2bd
commit b8830a2c0f

View file

@ -66,7 +66,7 @@ function main() {
"main")
echo "Setting single display mode (main)"
xrandr \
--output "$main" --primary --mode 1920x1080 --rate 119.99 \
--output "$main" --primary --mode 2560x1080 --rate 74.99 \
--output "$secondary" --off \
--output "$internal" --off
;;