Re: [dwm] final test call

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Fri, 19 Oct 2007 11:28:18 +0200

On Fri, Oct 19, 2007 at 01:04:52PM +0200, pancake wrote:
> #define ISTILE isarrange(tile) /* || isarrange(<custom>) */
>
> I see...it's in config.h making it user-dependant...
>
> I think this check is useless. because the only non-tiling layout is floating,
> and the check for "istile" is something not much clean, because you can mix
> floating and non-floating clients, etc.. so the check looks useless for me
> and can remove 4 locs. :)

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).

Regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Fri Oct 19 2007 - 11:28:18 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:00:53 UTC