JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small fix of the last commit
[dwm.git] / client.c
index 589b73e..6531410 100644 (file)
--- a/client.c
+++ b/client.c
@@ -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)  {