~kris/suckless

slock

ref: e378f735d857f7da124177e3540912d920be5022 slock/config.def.h -rw-r--r-- 239 bytes
e378f735 — Quentin Rameau Re-introduce the waiting loop for input grabbing 10 years ago
                                                                                
1
2
3
4
5
6
7
8
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;