diff options
| -rw-r--r-- | client.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -466,7 +466,7 @@ zoom(Arg *arg)  {  	Client *c; -	if(!sel || arrange != dotile) +	if(!sel || (arrange != dotile) || sel->isfloat)  		return;  	if(sel == getnext(clients) && sel->next)  { | 
