X-Git-Url: https://git.armaanb.net/?p=slock.git;a=blobdiff_plain;f=config.def.h;fp=config.def.h;h=e0bf95a290e7669fdaf7f1fed2ca0e8a02953e00;hp=9855e2117e719998b65367c66fd30f625b3fa7d2;hb=32597530dc387f3cef966b38ebfca97e45128a76;hpb=d95b61cf2e94487c623cce9bfb9aa0ed1de4f7f0 diff --git a/config.def.h b/config.def.h index 9855e21..e0bf95a 100644 --- a/config.def.h +++ b/config.def.h @@ -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;