On Sat, Oct 20, 2007 at 05:59:55AM +0200, Robert Figura wrote: > "Anselm R. Garbe" <[EMAIL PROTECTED]> wrote: > > On Fri, Oct 19, 2007 at 01:04:52PM +0200, pancake wrote: > > > #define ISTILE isarrange(tile) /* || > > > isarrange(<custom>) */ > > > > I disagree here, because setmwfact() and zoom() for instance are quite > > tile-related. > > There might be good reasons to not extend ISTILE with || isarrange(grid). > > the comment in the following line is misleading since it won't work if > you don't use additional parenthesis: > > config.def.h:#define ISTILE isarrange(tile) /* || isarrange(<custom>) */ > > but i'd rather suggest changing dwm.c here:
I agree. I pushed a fix accordingly. Regards, -- Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
