From c81ee6f0ab8b33b4bf4a155d4b627fe2d36d87ff Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sat, 28 May 2022 21:52:21 +0200 Subject: slock sexy lock --- config.def.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h deleted file mode 100644 index 9855e21..0000000 --- a/config.def.h +++ /dev/null @@ -1,12 +0,0 @@ -/* user and group to drop privileges to */ -static const char *user = "nobody"; -static const char *group = "nogroup"; - -static const char *colorname[NUMCOLS] = { - [INIT] = "black", /* after initialization */ - [INPUT] = "#005577", /* during input */ - [FAILED] = "#CC3333", /* wrong password */ -}; - -/* treat a cleared input like a wrong password (color) */ -static const int failonclear = 1; -- cgit v1.2.3