Re: [dwm] DWM is DWM

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Sat, 25 Nov 2006 19:36:58 +0100

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
Received on Sat Nov 25 2006 - 19:36:58 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:32:45 UTC