~kris/suckless

slock

ref: 0edbd2e0164a8c6cbad415e38083469041f29996 slock/config.def.h -rw-r--r-- 202 bytes
0edbd2e0 — David Phillips Slightly safer OOM killer disablement in linux 11 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;