diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-09-06 13:56:46 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-09-06 13:56:46 +0200 |
commit | e8389a4cc0f1c35bcb7e7646102bd6d6a830207e (patch) | |
tree | 589dfd38f19f0d82842d2add92e5af5278f52e85 /client.c | |
parent | 6078d756bc3c46b02edb2c3e5d3bd398e95175c8 (diff) | |
download | dwm-e8389a4cc0f1c35bcb7e7646102bd6d6a830207e.tar.gz |
maybe this might work
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |