slock with DPMS and other tweaks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clarify config.def.h

Clear up the wording a bit and explain what failonclear means.

FRIGN bdcbeab0 3abbffa4

+4 -2
+4 -2
config.def.h
··· 1 1 static const char *colorname[NUMCOLS] = { 2 2 "black", /* after initialization */ 3 3 "#005577", /* during input */ 4 - "#CC3333", /* failed/cleared the input */ 4 + "#CC3333", /* wrong password */ 5 5 }; 6 - static const Bool failonclear = True; 6 + 7 + /* treat a cleared input like a wrong password */ 8 + static const int failonclear = 1;