apply resize hints in floating layout f68a01cd
Connor Lane Smith · 2011-10-25 20:08 1 file(s) · +1 −1
dwm.c +1 −1
349 349
		*h = bh;
350 350
	if(*w < bh)
351 351
		*w = bh;
352 -
	if(resizehints || c->isfloating) {
352 +
	if(resizehints || c->isfloating || !c->mon->lt[c->mon->sellt]->arrange) {
353 353
		/* see last two sentences in ICCCM 4.1.2.3 */
354 354
		baseismin = c->basew == c->minw && c->baseh == c->minh;
355 355
		if(!baseismin) { /* temporarily remove base dimensions */