JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using -Os again, zoom is ignored in floating mode or on floating clients
[dwm.git] / client.c
index 7c3b28b..589b73e 100644 (file)
--- a/client.c
+++ b/client.c
@@ -466,7 +466,7 @@ zoom(Arg *arg)
 {
        Client *c;
 
-       if(!sel)
+       if(!sel || arrange != dotile)
                return;
 
        if(sel == getnext(clients) && sel->next)  {