summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 3639e91..3420af9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -14,3 +14,6 @@ static const int failonclear = 1;
/* allow control key to trigger fail on clear */
static const int controlkeyclear = 1;
+
+/* time in seconds before the monitor shuts down */
+static const int monitortime = 7;