t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3d1d75a2248dc753bbc42a37b3da24311c35e03a
   DIR parent 35f08f4231933b55fb668314498c4049a828f410
   URI Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Fri, 23 Feb 2007 11:13:57 +0100
       
       default masterwidth should also be at 600
       Diffstat:
         M config.default.h                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.default.h b/config.default.h
       t@@ -33,7 +33,7 @@ static Layout layout[] = { \
                { "[]=",                tile }, /* first entry is default */ \
                { "><>",                floating }, \
        };
       -#define MASTERWIDTH                640                /* master width per thousand */
       +#define MASTERWIDTH                600                /* master width per thousand */
        #define NMASTER                        1                /* clients in master area */
        #define SNAP                        32                /* snap pixel */