On 4/4/08, Dashing <[EMAIL PROTECTED]> wrote: > Hi > > I use monocle mode a lot, but I don't like how dialog boxes get > maximized. > > I noticed two versions for going through the clients exist: > * for(c = clients; c; c = c->next) > * for(c = nexttiled(clients); c; c = nexttiled(c->next)) > > Why does monocle use the first and not the second?
the idea was to use monocle as togglemax() which should work on floating clients as well imho monocle is a perfectly valid layout, not just as a temporary maximize in which case the second is more apropriate (i use it that way too)
