aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 10:34:07 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 10:34:07 +0200
commit6458d72572a30d2cc4af3385755033b2cca93057 (patch)
tree158be70ab7a84b729a66f0532c08aa7b336db217 /main.c
parent9cd686c93a80b4095d4ee0960bef320ccd9ea02c (diff)
downloaddwm-6458d72572a30d2cc4af3385755033b2cca93057.tar.zst
made barclick to select the specific tag
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;