~kris/suckless

slock

ref: e867c38123175d6f050e051ee6b00f4737a9712a slock/config.def.h -rw-r--r-- 202 bytes
e867c381 — Markus Teich add option to run command after screen is locked 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;