diff --git a/tag.c b/tag.c index 0d51ac50..edf93def 100644 --- a/tag.c +++ b/tag.c @@ -86,6 +86,8 @@ applyrules(Client * c, awesome_config *awesomeconf) matched = True; c->tags[j] = True; } + else + c->tags[j] = False; } p_delete(&prop); if(ch.res_class)