X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=client.c;h=653141076c3d138ea0f63229b1d534b948f9d1f4;hb=f4208e7cacd56de70d50218a0b5ace83e39b76a6;hp=7c3b28b189eea09033b027a9da5187e3f317e2bb;hpb=a207949b6503546379e3ab727cecc2f3e0cff78d;p=dwm.git diff --git a/client.c b/client.c index 7c3b28b..6531410 100644 --- a/client.c +++ b/client.c @@ -466,7 +466,7 @@ zoom(Arg *arg) { Client *c; - if(!sel) + if(!sel || (arrange != dotile) || sel->isfloat) return; if(sel == getnext(clients) && sel->next) {