applied patch of Paul Liu to allow onthefly resizing due to xrandr changes
This commit is contained in:
parent
7c9fa2566f
commit
f9e7a33019
3 changed files with 25 additions and 2 deletions
3
main.c
3
main.c
|
@ -163,9 +163,10 @@ setup(void) {
|
|||
XFreeModifiermap(modmap);
|
||||
/* select for events */
|
||||
wa.event_mask = SubstructureRedirectMask | SubstructureNotifyMask
|
||||
| EnterWindowMask | LeaveWindowMask;
|
||||
| EnterWindowMask | LeaveWindowMask | StructureNotifyMask;
|
||||
wa.cursor = cursor[CurNormal];
|
||||
XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
|
||||
XSelectInput(dpy, root, wa.event_mask);
|
||||
grabkeys();
|
||||
compileregs();
|
||||
for(ntags = 0; tags[ntags]; ntags++);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue