X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/1e350be22906033b950c989aedec9e2e68c3487d..1c80c05587e0f9fc23fb774aa2ef3b297fc8f6d8:/dwm.c?ds=sidebyside diff --git a/dwm.c b/dwm.c index 5f42cbe..0866c06 100644 --- a/dwm.c +++ b/dwm.c @@ -1305,7 +1305,7 @@ setup(void) { blw = MAX(blw, w); } - wa.override_redirect = 1; + wa.override_redirect = True; wa.background_pixmap = ParentRelative; wa.event_mask = ButtonPressMask|ExposureMask;