mirror of
https://github.com/0intro/wmii
synced 2024-11-26 07:39:37 +03:00
forgot a !
This commit is contained in:
parent
da725f1f83
commit
bb7ac65b3e
@ -139,7 +139,7 @@ apply_rules(Client *c)
|
||||
match(c, c->classinst);
|
||||
|
||||
Fallback:
|
||||
if(!strlen(c->tags) || (view.size && !strncmp(c->tags, "*", 2)))
|
||||
if(!strlen(c->tags) || (!view.size && !strncmp(c->tags, "*", 2)))
|
||||
cext_strlcpy(c->tags, "nil", sizeof(c->tags));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user