tchanging MASTER in config.arg.h from 600 to 550 per thousand - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 87324e680c318a5e63286c90e4443bb4c2898e11
 (DIR) parent c2b908f603bd30c9dcf9990ad3964b9864716c2a
 (HTM) Author: arg@mig29 <unknown>
       Date:   Thu, 26 Oct 2006 11:21:45 +0200
       
       changing MASTER in config.arg.h from 600 to 550 per thousand
       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@@ -17,7 +17,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
        #define STATUSBGCOLOR                "#222222"
        #define STATUSFGCOLOR                "#9999cc"
        
       -#define MASTER                        600 /* per thousand */
       +#define MASTER                        550 /* per thousand */
        #define MODKEY                        Mod1Mask
        
        #define KEYS \