On 7/30/08, QUINTIN Guillaume <[EMAIL PROTECTED]> wrote: > The only modification is within the Client struct and holds in 11 > chars : "int dwmii;\n". This modification prevents from having a more
yes the dwm config.h api is that powerful :) i'd put all the layout code in a separate file though, and only include that .c in config.h so the layout could be enabled/disabled easily, and the patch would be really one extra int in the client struct (+ possibly a layout entry in config.def.h).
