commit 2ce555eaaad02a805874756d32c76d41ec286f2c from: Andre Mazzotti Bertachini date: Mon Oct 27 14:27:50 2025 UTC Expected anysize commit - b82be7b5fc6ad9d021910d7a5555861a4f8b5bb4 commit + 2ce555eaaad02a805874756d32c76d41ec286f2c blob - d73152b5f07f811af386c183329f59d495300ab4 blob + 43eeeba62a33b3c5eba2c6602d709bb4c29043d9 --- x.c +++ x.c @@ -869,8 +869,8 @@ xhints(void) sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize; sizeh->height = win.h; sizeh->width = win.w; - sizeh->height_inc = win.ch; - sizeh->width_inc = win.cw; + sizeh->height_inc = 1; + sizeh->width_inc = 1; sizeh->base_height = 2 * borderpx; sizeh->base_width = 2 * borderpx; sizeh->min_height = win.ch + 2 * borderpx;