feat(display): catch-all prompt no such command

This commit is contained in:
ayo 2026-04-18 08:46:00 +02:00
parent 9ba889996b
commit 0010352f85

View file

@ -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