From 5d453240f544e9196142ebbd43ff6d3e85c7abee Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Fri, 25 Mar 2022 15:03:00 +0000 Subject: Delete config.h --- config.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config.h diff --git a/config.h b/config.h deleted file mode 100644 index 2c1bee0..0000000 --- a/config.h +++ /dev/null @@ -1,15 +0,0 @@ -/* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "wheel"; - -static const char *colorname[NUMCOLS] = { - [INIT] = "grey", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ -}; - -/* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; - -/* time to cancel lock with mouse movement in seconds */ -static const int timetocancel = 3; -- cgit v1.2.3