From 0915da8842fd6e16b804ae3205ec2f6baaaa342c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 6 Sep 2006 09:13:31 +0200 Subject: 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) --- client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index ecb9178..4f2a69c 100644 --- a/client.c +++ b/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; -- cgit v1.2.3-54-g00ecf