untag everything on rules applying
This commit is contained in:
parent
e205a144cc
commit
7327a92972
2
tag.c
2
tag.c
|
@ -122,6 +122,8 @@ tag_client_with_rules(Client *c, awesome_config *awesomeconf)
|
||||||
matched = True;
|
matched = True;
|
||||||
tag_client(&awesomeconf->screens[c->screen].tclink, c, tag);
|
tag_client(&awesomeconf->screens[c->screen].tclink, c, tag);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
untag_client(&awesomeconf->screens[c->screen].tclink, c, tag);
|
||||||
|
|
||||||
if(!matched)
|
if(!matched)
|
||||||
tag_client_with_current_selected(c, &awesomeconf->screens[c->screen]);
|
tag_client_with_current_selected(c, &awesomeconf->screens[c->screen]);
|
||||||
|
|
Loading…
Reference in New Issue