On Fri, 2006-09-22 at 15:50 +0000, David Tweed wrote: > | > > | > What if you want three modes ? > | > | Implement a function domything(), and add a keybinding that does: > | arrange = domything; > > I _think_ it's a bit more complicated than that, in that I recall seeing > some tests in the code where (arrange!=dotile) is taken to > => float mode (or the other way around). I guess the question is > whether, if rather than more than two modes, you really want > floating or [tiled, with selectable subvarieties of layout rule but common > movement like `nextclient']?
You're right, it is a bit more complicated, but not much. That's why instead of making my Wide patch another "mode", I made it a different "layout" of the tile mode. It would be simple to add additional layout options similar to the wide layout. -RPM

