t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4ec04209e0b63c76bc607ed963707ef0640c9ed4
   DIR parent 82ddba88a21dbb4a2019a2697d8007b9359e2ee5
   URI Author: arg@mig29 <unknown>
       Date:   Tue, 21 Nov 2006 12:17:47 +0100
       
       using iso10646 explicitely in arg's config.h
       Diffstat:
         M config.arg.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.arg.h b/config.arg.h
       t@@ -9,7 +9,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
        #define FLOATSYMBOL                "><>"
        #define TILESYMBOL                "[]="
        
       -#define FONT                        "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"
       +#define FONT                        "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
        #define NORMBGCOLOR                "#333333"
        #define NORMFGCOLOR                "#dddddd"
        #define SELBGCOLOR                "#336699"