made barclick to select the specific tag
This commit is contained in:
parent
9cd686c93a
commit
6458d72572
6 changed files with 36 additions and 4 deletions
2
main.c
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue