aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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;