Re: [dwm] rationale for resizehints=False?

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Thu, 7 Aug 2008 10:44:30 +0200

On 8/7/08, Donald Chai <donald.chai_AT_gmail.com> wrote:
> I have "tile" set the height of A *precisely* to wh (A->h = wh).
> Resize hints are used for the width (A->w = A->basew + n*A->incw for
> some n such that |A->w - mfact*ww| < A->incw). For B and C, the width
> is set precisely (B->w = ww - A->w), and resize hints are used for
> the height.
>
> So I believe there is something between all or nothing (i.e.
> "something" :)), which is to follow resize hints for one dimension
> only. I was just wondering why others would prefer one setting over
> another.
>

actually resizehint shouldn't matter at all.
if you need it then that's a bug in your application.
adding anything more than a global flag for this is superfluous.
Received on Thu Aug 07 2008 - 08:44:30 UTC

This archive was generated by hypermail 2.2.0 : Thu Aug 07 2008 - 08:48:06 UTC