1
0
mirror of git://git.suckless.org/dwm synced 2025-07-26 09:42:11 -07:00

made barclick to select the specific tag

This commit is contained in:
Anselm R. Garbe
2006-07-14 10:34:07 +02:00
parent 9cd686c93a
commit 6458d72572
6 changed files with 36 additions and 4 deletions

2
main.c
View File

@@ -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;