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