> On Fri, Apr 04, 2008 at 01:05:51AM +0200, Dashing 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? > > Well what about having monocle work like this: > > just only raise and display the focused client in the monocle > area, and restore the previous dimensions everytime a new client > is focused? But still working on all clients of course.
+1 Seems like the naturally expected behaviour. You should do this with floating windows too (I have sent a patch to the mailing list some days ago). Regards Matthias-Christian
