JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed the <M> togglelayout call
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index f3254ae..28b8fdf 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -336,8 +336,6 @@ buttonpress(XEvent *e) {
                else if(ev->button == Button2) {
                        if(lt->arrange && c->isfloating)
                                togglefloating(NULL);
-                       else
-                               zoom(NULL);
                }
                else if(ev->button == Button3 && !c->isfixed) {
                        restack();