From d26b405667471f93b7a5100ecef378f2907e896f Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 25 Aug 2015 09:25:04 +0100 Subject: smarter set-screen --- bin/set-screen | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/set-screen b/bin/set-screen index 49556e2..9d53edd 100755 --- a/bin/set-screen +++ b/bin/set-screen @@ -35,6 +35,8 @@ function run_display_state_commands() { if [[ -x "${CONFIG_DIR}/post-command" ]]; then "${CONFIG_DIR}/post-command" fi + else + >&2 echo "There's no settings for the current display configuration; run '$0 make' to create them" fi } -- cgit v1.2.3