JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made barclick to select the specific tag
[dwm.git] / main.c
diff --git a/main.c b/main.c
index 99e9f49..3d3e896 100644 (file)
--- a/main.c
+++ b/main.c
@@ -252,7 +252,7 @@ main(int argc, char *argv[])
 
        wa.override_redirect = 1;
        wa.background_pixmap = ParentRelative;
-       wa.event_mask = ExposureMask;
+       wa.event_mask = ButtonPressMask | ExposureMask;
 
        bx = by = 0;
        bw = sw;