aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2022-07-04 22:05:12 +0200
committerdavidpkj <davidpenkow1@gmail.com>2023-08-27 20:54:02 +0200
commitc2fdbc6b2f9808405db3709f25c3a240104a4bcc (patch)
tree6c4cf27c373eb6b666fc24cdddc5d5e9b137c9d4 /config.h
parent780ec9d1e4e450df2a24cbc517a5462257f5eefe (diff)
xresources coloring
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4e10c4d..c1541ca 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,7 @@ ResourcePref resources[] = {
};
/* treat a cleared input like a wrong password (color) */
-static const int failonclear = 1;
+static const int failonclear = 0;
/* time in seconds to cancel lock with mouse movement */
static const int timetocancel = 3;