feat(display): catch-all prompt no such command
This commit is contained in:
parent
9ba889996b
commit
0010352f85
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ function main() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Setting display to preferred size (1680x1050)"
|
echo "No such command: $@"
|
||||||
xrandr --output "$secondary" --output "$secondary"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue