no, reodering floating clients definately breaks the manage() policy which attaches all clients zoomed (otherwise higher-weight clients couldn't be attached zoomed, which sucks)
This commit is contained in:
2
client.c
2
client.c
@ -247,8 +247,6 @@ manage(Window w, XWindowAttributes *wa)
|
||||
c->isfloat = trans
|
||||
|| (c->maxw && c->minw &&
|
||||
c->maxw == c->minw && c->maxh == c->minh);
|
||||
if(c->isfloat)
|
||||
c->weight = ntags;
|
||||
|
||||
if(clients)
|
||||
clients->prev = c;
|
||||
|
Reference in New Issue
Block a user