about summary refs log tree commit diff stats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 99e9f49..3d3e896 100644
--- 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;