From e8389a4cc0f1c35bcb7e7646102bd6d6a830207e Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 6 Sep 2006 13:56:46 +0200 Subject: maybe this might work --- client.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client.c') diff --git a/client.c b/client.c index 586a87f..cac848e 100644 --- a/client.c +++ b/client.c @@ -243,6 +243,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