dots/suckless/slock/config.def.h

13 lines
398 B
C

/* user and group to drop privileges to */
static const char *user = "nobody";
static const char *group = "nobody";
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#334455", /* during input */
[FAILED] = "#556677", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;