no, ordering floating clients at the end seems better

This commit is contained in:
Anselm R. Garbe
2006-09-05 19:26:34 +02:00
parent 838a1ff950
commit 0d0e8bde13
3 changed files with 17 additions and 19 deletions

View File

@ -247,6 +247,8 @@ 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;