Merge pull request #44 from kidanger/ignore_tag
Applique la règle ignore_tag au client
This commit is contained in:
commit
70bcf3cd50
@ -869,10 +869,8 @@ _apply_rule(struct client *c, struct rule *r)
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user