dwm-meillo

diff client.c @ 429:a31de8605f72

no, ordering floating clients at the end seems better
author Anselm R. Garbe <arg@10kloc.org>
date Tue, 05 Sep 2006 19:26:34 +0200
parents a031bbee1816
children 1e8aba00964e
line diff
     1.1 --- a/client.c	Tue Sep 05 18:43:15 2006 +0200
     1.2 +++ b/client.c	Tue Sep 05 19:26:34 2006 +0200
     1.3 @@ -247,6 +247,8 @@
     1.4  		c->isfloat = trans
     1.5  			|| (c->maxw && c->minw &&
     1.6  				c->maxw == c->minw && c->maxh == c->minh);
     1.7 +	if(c->isfloat)
     1.8 +		c->weight = ntags;
     1.9  
    1.10  	if(clients)
    1.11  		clients->prev = c;