diff --git a/src/rules.c b/src/rules.c index bb9fd91..b7f185c 100644 --- a/src/rules.c +++ b/src/rules.c @@ -78,7 +78,7 @@ struct rule *rule_new(void) r->urgency = URG_NONE; r->fullscreen = FS_NULL; r->markup = MARKUP_NULL; - r->history_ignore = false; + r->history_ignore = -1; r->match_transient = -1; r->set_transient = -1; r->skip_display = -1;