From f9352796446776c8113b323bbff70471876d4be8 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 30 Aug 2025 13:17:31 +0200 Subject: [PATCH] feat(display): set ultrawide aspect ratio --- display.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/display.sh b/display.sh index 91cfa6e..274e079 100755 --- a/display.sh +++ b/display.sh @@ -43,6 +43,7 @@ function main() { echo "Setting single display mode (ultrawide)" xrandr --output "$intern" --off \ --output "$extern" --auto + --mode 3840x2160 ;; "solo") echo "Setting single display mode (internal only)"