~kris/suckless

slock

ref: 2d85c5baed4c4b4ecc19f7934fac1fc6a5b5c410 slock/config.def.h -rw-r--r-- 358 bytes
2d85c5ba — Markus Teich remove confusing DPMS comment 9 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
/* user and group to drop privileges to */
static const char *user  = "nobody";
static const char *group = "nogroup";

static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* wrong password */
};

/* treat a cleared input like a wrong password */
static const int failonclear = 1;