Re: [dwm] Fibonacci in 4.8?

From: Jordi Marine <jordimarine_AT_gmail.com>
Date: Thu, 27 Mar 2008 13:57:03 +0100

just for curiosity, is someone working using fibonacci layout?

On Thu, Mar 27, 2008 at 1:35 PM, pancake <pancake_AT_youterm.com> wrote:

> can you publish the fibonacci for >=4.8 in the web?
>
> On Wed, 26 Mar 2008 17:18:06 +0100
> Valentin <apo_AT_apo2k4.ath.cx> wrote:
>
> > Thank you, that already removed a lot of errors, now I just have this
> > one left:
> >
> > fibonacci.c:13: error: 'Client' has no member named 'ismax'
> >
> > The corresponding line is here:
> > for(i = 0, c = nexttiled(clients); c; c = nexttiled(c->next)) {
> > --> c->ismax = False;
> > if((i % 2 && nh / 2 > 2 * c->border)
> >
> > I commented it, and it seems to be working fine for now, is there some
> > situation where this change could have negative results?
> >
> > Also, I can't find anything that seems to ban/unban anything, and
> > nexttiled() does get used, so I suppose there's no need to change
> > anything for that either.
> >
> > Cheers, Valentin
> >
> > On Wed, 26 Mar 2008 16:36:30 +0100
> > "Anselm R. Garbe" <arg_AT_suckless.org> wrote:
> >
> > > wax is wx
> > > way is wy
> > > waw is ww
> > > wah is wh
> > >
> > > now.
> > >
> > > Though you might also check if that version you are trying to
> > > adopt does ban/unban stuff -- if so, remove those portions
> > > because that's done in arrange() now.
> > >
> > > Also, use the nexttiled()-based loop through the client list,
> > > there is no need to iterate over all clients anymore.
> > >
> > > Kind regards,
> > > Anselm
> > >
> >
>
>

-- 
Atentament.
Jordi Mariné
Received on Thu Mar 27 2008 - 13:57:05 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:29:03 UTC