fix client ignore_tag rule not beeing applied
This commit is contained in:
@@ -915,10 +915,8 @@ client_apply_rule(struct client *c)
|
|||||||
if(r->flags & RULE_TAB)
|
if(r->flags & RULE_TAB)
|
||||||
W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
|
W->flags ^= WMFS_TABNOC; /* < can be disable by client_tab_next_opened */
|
||||||
|
|
||||||
/* TODO
|
if(r->flags & RULE_IGNORE_TAG)
|
||||||
if(r->flags & RULE_IGNORE_TAG)
|
c->flags |= CLIENT_IGNORE_TAG;
|
||||||
{}
|
|
||||||
*/
|
|
||||||
|
|
||||||
c->flags |= CLIENT_RULED;
|
c->flags |= CLIENT_RULED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user