Re: [dwm] window dimensions patch (4.4.1)

From: Abel Darc <abeldarc_AT_googlemail.com>
Date: Mon, 27 Aug 2007 04:51:03 +0100

Just a quick note about making this patch work with non-standard layouts.

Add the following code before the layout function (bstack, fibonacci,
...) makes a call to resize():

------------------------------------------

        if (c->ftview) {
                c->rx = c->x;
                c->ry = c->y;
                c->rw = c->w;
                c->rh = c->h;
                c->ftview = False;
        }

------------------------------------------

I may put this piece of code in it's own function which should make it
easier to manage.

Hope this helps.

- Abel
Received on Mon Aug 27 2007 - 05:51:05 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:51:27 UTC