override_redirect is Bool
This commit is contained in:
parent
1e350be229
commit
1c80c05587
2
dwm.c
2
dwm.c
@ -1305,7 +1305,7 @@ setup(void) {
|
|||||||
blw = MAX(blw, w);
|
blw = MAX(blw, w);
|
||||||
}
|
}
|
||||||
|
|
||||||
wa.override_redirect = 1;
|
wa.override_redirect = True;
|
||||||
wa.background_pixmap = ParentRelative;
|
wa.background_pixmap = ParentRelative;
|
||||||
wa.event_mask = ButtonPressMask|ExposureMask;
|
wa.event_mask = ButtonPressMask|ExposureMask;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user