t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 3c5b6f03baa16dd8bbe9a4f70bb32b02ce4a488a
   DIR parent 02673538bc98daeb2fe31d3667b5f3e0884e4831
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Thu, 13 Mar 2008 10:21:03 +0000
       
       well I use a different default tile
       Diffstat:
         M config.anselm.h                     |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/config.anselm.h b/config.anselm.h
       t@@ -27,8 +27,8 @@ Rule rules[] = {
        
        Layout layouts[] = {
                /* symbol                function        isfloating */
       -        { "[]=",                tilev,                False }, /* first entry is default */
       -        { "[]|",                tileh,                False },
       +        { "[]|",                tileh,                False }, /* first entry is default */
       +        { "[]=",                tilev,                False },
                { "><>",                floating,        True },
                { "[M]",                monocle,        True },
        };