mirror of
https://github.com/0intro/wmii
synced 2025-02-15 13:54:26 +03:00
fixed issue that mathematica crashed the WM (might also be related to other clients)
This commit is contained in:
parent
cc42308990
commit
4552ece65f
@ -407,7 +407,7 @@ manage_client(Client *c)
|
||||
|
||||
if(c->trans && (trans = client_of_win(c->trans)))
|
||||
cext_strlcpy(c->tags, trans->tags, sizeof(c->tags));
|
||||
else
|
||||
if(!strlen(c->tags))
|
||||
apply_rules(c);
|
||||
|
||||
reparent_client(c, c->framewin, c->rect.x, c->rect.y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user