Re: [dwm] NMASTER in dwm-4.5 (was a follow up to Tuncer)

From: James Turner <james_AT_bsdgroup.org>
Date: Sat, 22 Sep 2007 16:50:37 -0400

>I forgot this one, but fixed in hg tip.
>
>I pushed a change which introduces the ISTILE macro, which can
>be extended with all layout functions, which should be enabled
>to reuse setmwfact and zoom.

Could you give an example on how I might extend ISTILE so setmwfact and
zoom would work with both tile and bstack? I tried a number of ways but
I can only get it to work with one or the other not both.

Examples:
ISTILE isarrange(tile) && isarrange(bstack)
ISTILE (isarrange(tile) && isarrange(bstack))

I use both tile and bstack layouts and would like to be able to use
both without changing ISTILE to either isarrange(tile) or
isarrange(bstack) each time. Thanks.

ps. Anyone have a good book for a beginner learning c?

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org
Received on Sat Sep 22 2007 - 22:51:14 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:54:38 UTC