summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2015-08-25 09:25:04 +0100
committerdakkar <dakkar@thenautilus.net>2015-08-25 09:25:04 +0100
commitd26b405667471f93b7a5100ecef378f2907e896f (patch)
tree9117efd0ddec17ba89d049903d3e79bac9fcb519 /bin
parentgitignore! (diff)
downloadmisc-scripts-d26b405667471f93b7a5100ecef378f2907e896f.tar.gz
misc-scripts-d26b405667471f93b7a5100ecef378f2907e896f.tar.bz2
misc-scripts-d26b405667471f93b7a5100ecef378f2907e896f.zip
smarter set-screen
Diffstat (limited to 'bin')
-rwxr-xr-xbin/set-screen2
1 files changed, 2 insertions, 0 deletions
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
}