aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2022-05-28 21:52:21 +0200
committerdavidpkj <davidpenkow1@gmail.com>2023-08-27 20:54:02 +0200
commitc81ee6f0ab8b33b4bf4a155d4b627fe2d36d87ff (patch)
treebcf4273cda22e7b8acb68f07e9c9b8b35c3eb9de /config.def.h
parent4f045545a25cc02c64bfc08d27ed2ccecb962292 (diff)
slock sexy lock
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 0 insertions, 12 deletions
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;