On Mon, Oct 01, 2007 at 08:15:47PM +0200, Szabolcs Nagy wrote:
> there's a typo in in dwm.c in setmwfact():
>
> ...
> else if(1 == sscanf(arg, "%lf", &delta)) {
> if(arg[0] == '+' || arg[0] == '-')
> mwfact += delta;
> else
> mwfact = delta; // should be -=
> ...
> }
>
Why? for me it's ok, so you can set an absolute value or a relative one.--pancake
