~kris/suckless

slock

ref: 9dfe0ce531023bf63c0e518b07ee97cf0cac742a slock/config.def.h -rw-r--r-- 202 bytes
9dfe0ce5 — Markus Teich error messages on grab failure 10 years ago
                                                                                
1
2
3
4
5
6
static const char *colorname[NUMCOLS] = {
	"black",     /* after initialization */
	"#005577",   /* during input */
	"#CC3333",   /* failed/cleared the input */
};
static const Bool failonclear = True;