diff options
| author | kj_sh604 | 2025-08-11 14:08:58 -0400 |
|---|---|---|
| committer | kj_sh604 | 2025-08-11 14:08:58 -0400 |
| commit | 85eb7221c1714c0ab4929efc6a18c35f698ded21 (patch) | |
| tree | 1f838d73f148d0322241415d2ae2a01b367ee34e /slock/config.def.h | |
| parent | e21ae35070008cbef2473c1f687ab6ded5401fa4 (diff) | |
refactor: update `slock`
Diffstat (limited to 'slock/config.def.h')
| -rw-r--r-- | slock/config.def.h | 12 |
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; |
