From: Anselm R Garbe Date: Sat, 14 Jun 2008 10:22:22 +0000 (+0100) Subject: removed the ButtonPressMask for root windows as well X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=b6aa84e51b315d9e6d6b111b36ac6901f505ddd8 removed the ButtonPressMask for root windows as well --- diff --git a/dwm.c b/dwm.c index dd55ee2..5f6ffe3 100644 --- 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);