From 6d6b9b47518a2bedc9bde5da0f0b1e077f61612d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 24 Aug 2025 22:05:20 +0200 Subject: [PATCH] chore(display): update message for preferred mode --- display.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/display.sh b/display.sh index 9a9aefd..8f9c64d 100755 --- a/display.sh +++ b/display.sh @@ -34,7 +34,7 @@ function main() { xrandr --output "$extern" --off --output "$intern" --auto ;; *) - echo "Setting display to small mode (1680x1050)" + echo "Setting display to preferred size (1680x1050)" xrandr --output "$intern" --output "$intern" --mode 1680x1050 ;; esac