From 0010352f85c9bd0824eebe4c4fc78c31ddc9a9b4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 18 Apr 2026 08:46:00 +0200 Subject: [PATCH] feat(display): catch-all prompt no such command --- display.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/display.sh b/display.sh index 50475f2..3747a30 100755 --- a/display.sh +++ b/display.sh @@ -100,8 +100,7 @@ function main() { ;; *) - echo "Setting display to preferred size (1680x1050)" - xrandr --output "$secondary" --output "$secondary" + echo "No such command: $@" ;; esac return 0