summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manage.c b/src/manage.c
index a4b6eeb..7f6017a 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -126,7 +126,7 @@ manage (rp_window *win, screen_info *s)
PADDING_TOP,
s->root_attr.width - PADDING_LEFT - PADDING_RIGHT,
s->root_attr.height - PADDING_TOP - PADDING_BOTTOM);
- XSelectInput (dpy, win->w, PropertyChangeMask | PointerMotionMask);
+ XSelectInput (dpy, win->w, PropertyChangeMask);
XAddToSaveSet(dpy, win->w);
grab_prefix_key (win->w);