Client: Clean factor if there is TileFlag in client_unmanage
This commit is contained in:
parent
3f9c8a0030
commit
813d88ff7a
@ -1320,7 +1320,8 @@ client_unmanage(Client *c)
|
||||
XUngrabServer(dpy);
|
||||
ewmh_get_client_list();
|
||||
|
||||
tags[c->screen][c->tag].cleanfact = True;
|
||||
if(c->flags & TileFlag)
|
||||
tags[c->screen][c->tag].cleanfact = True;
|
||||
|
||||
if(c->tag == MAXTAG + 1)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user