patched arg.h - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 413be1112afeb7e01b51c54a031c959144faac2a
 (DIR) parent 8233dc85689d2c63878f0c8e2734e09eaff835b3
 (HTM) Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Fri, 25 Aug 2006 17:42:58 +0200
       
       patched arg.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
       @@ -11,7 +11,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        #define TILESYMBOL                "[]="
        
        #define FONT                        "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
       -#define SELBGCOLOR                "#004499"
       +#define SELBGCOLOR                "#0055bb"
        #define SELFGCOLOR                "#ffffff"
        #define NORMBGCOLOR                "#444444"
        #define NORMFGCOLOR                "#cccccc"