summaryrefslogtreecommitdiffstats
path: root/slock/config.def.h
diff options
context:
space:
mode:
authorkj_sh6042025-08-11 14:08:58 -0400
committerkj_sh6042025-08-11 14:08:58 -0400
commit85eb7221c1714c0ab4929efc6a18c35f698ded21 (patch)
tree1f838d73f148d0322241415d2ae2a01b367ee34e /slock/config.def.h
parente21ae35070008cbef2473c1f687ab6ded5401fa4 (diff)
refactor: update `slock`
Diffstat (limited to 'slock/config.def.h')
-rw-r--r--slock/config.def.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/slock/config.def.h b/slock/config.def.h
deleted file mode 100644
index 17a9fe6..0000000
--- a/slock/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] = "#303030", /* after initialization */
- [INPUT] = "#11427E", /* during input */
- [FAILED] = "#7d4c10", /* wrong password */
-};
-
-/* treat a cleared input like a wrong password (color) */
-static const int failonclear = 1;