JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed the ButtonPressMask for root windows as well
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index dd55ee2..5f6ffe3 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1379,7 +1379,7 @@ setup(void) {
                        PropModeReplace, (unsigned char *) netatom, NetLast);
 
        /* select for events */
-       wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|ButtonPressMask
+       wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask
                        |EnterWindowMask|LeaveWindowMask|StructureNotifyMask;
        XChangeWindowAttributes(dpy, root, CWEventMask|CWCursor, &wa);
        XSelectInput(dpy, root, wa.event_mask);