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