X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=client.c;h=589b73e76431050787555f211d7bc568e315a0f0;hp=7c3b28b189eea09033b027a9da5187e3f317e2bb;hb=ecc95c903ba6c9a548588a79c1093e6372555f2c;hpb=a207949b6503546379e3ab727cecc2f3e0cff78d diff --git a/client.c b/client.c index 7c3b28b..589b73e 100644 --- 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) {