Re: [dwm] dwm-5.2 / dmenu-3.9

From: QUINTIN Guillaume <coincoin169g_AT_gmail.com>
Date: Wed, 10 Sep 2008 00:36:21 +0200

Here is the dwmii layout.

And the replacement of the lines 1443-1455 in the tile function to
respect resizehints :

x = c->x + c->w + 2 * c->bw;
w = ww - x;
y = wy;
for( c = nexttiled(c->next) ; c ; c = nexttiled(c->next) )
{
        h = (wh - y + wy) / n;
        resize(c,x,y,NOBORDER(w),NOBORDER(h),resizehints);
        y += c->h + 2 * c->bw; n--;
}

Kind regards,
Quintin Guillaume.

Anselm R Garbe wrote:
> Hi there,
>
> I'm glad to announce dwm-5.2 and dmenu-3.9. You can download the new
> releases from:
>
> http://code.suckless.org/dl/dwm/dwm-5.2.tar.gz
> http://code.suckless.org/dl/tools/dmenu-3.9.tar.gz
>
> Both releases contain various bug fixes and code polishings.
>
> Many thanks go to all geeks who have been involved in the development
> during the last weeks.
>
> Kind regards,
> --Anselm
>
>

Received on Tue Sep 09 2008 - 22:36:21 UTC

This archive was generated by hypermail 2.2.0 : Tue Sep 09 2008 - 22:48:03 UTC