Option to not show failure color on clear
[slock.git] / config.def.h
index 4bccb5d..fca0ae0 100644 (file)
@@ -3,3 +3,4 @@ static const char *colorname[NUMCOLS] = {
        "#005577",   /* during input */
        "#CC3333",   /* failed/cleared the input */
 };
+static const Bool failonclear = True;