]> git.armaanb.net Git - slock.git/blobdiff - config.def.h
Apply quickcancel patch
[slock.git] / config.def.h
index 9855e2117e719998b65367c66fd30f625b3fa7d2..e0bf95a290e7669fdaf7f1fed2ca0e8a02953e00 100644 (file)
@@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = {
 
 /* treat a cleared input like a wrong password (color) */
 static const int failonclear = 1;
+
+/* time in seconds to cancel lock with mouse movement */
+static const int timetocancel = 4;