On Sat, Nov 25, 2006 at 08:59:24AM +0000, David Tweed wrote: > correlate almost everything to get a handle on any individual > thing. (I'd be very impressed if anyone can actually tell what > > if((c = sel) == nexttiled(clients)) > if(!(c = nexttiled(c->next))) > return;
This code sets c to the top client in the stack, if the selected client (sel) is zoomed and tiled. It is executed whenever zoom() is called on a zoom()'ed tiled client. nexttiled(clients) returns the first tiled client (which appears in the master). Regards, -- Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
