From 0d0e8bde134b999dd22c891d227d886ca6c9ba2c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 5 Sep 2006 19:26:34 +0200 Subject: no, ordering floating clients at the end seems better --- client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client.c') diff --git a/client.c b/client.c index 4f2a69c..ecb9178 100644 --- a/client.c +++ b/client.c @@ -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; -- cgit v1.2.3-54-g00ecf