JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
trying a different configuration
[dwm.git] / event.c
diff --git a/event.c b/event.c
index c2288f4..3c83aa8 100644 (file)
--- a/event.c
+++ b/event.c
@@ -116,6 +116,8 @@ buttonpress(XEvent *e)
                                return;
                        }
                }
+               if(ev->x < x + bmw)
+                       togglemode(NULL);
        }
        else if((c = getclient(ev->window))) {
                focus(c);