summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:14:35 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:14:35 +0100
commite53d62b39054cc411058398e54cb41fa10205232 (patch)
tree4a12c6f6e99f4af624c233318fe6adcad516d271 /config.def.h
parent8fc5ca4bfc4f08ca26ec416fff0840b1e40dfaa1 (diff)
Apply dpms patch
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 c9effa5..d1a42f6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,5 +11,8 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
+/* time in seconds before the monitor shuts down */
+static const int monitortime = 5;
+
/* allow control key to trigger fail on clear */
static const int controlkeyclear = 0;