URI: 
       fixed - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit eb88adcd8a13efbece381440781f2b4577694187
   DIR parent 950a1ab5afe3e94dfe78e3ff2216bb9f444d5148
  HTML Author: Anselm R. Garbe <arg@10kloc.org>
       Date:   Tue, 22 Aug 2006 09:49:48 +0200
       
       fixed
       Diffstat:
         M config.arg.h                        |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/config.arg.h b/config.arg.h
       @@ -9,8 +9,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        #define DEFMODE                        dotile /* dofloat */
        #define DEFTAG                        0 /* index */
        #define FONT                        "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
       -#define BGCOLOR                        "#666699"
       -#define FGCOLOR                        "#eeeeee"
       +#define BGCOLOR                        "#eeeeee"
       +#define FGCOLOR                        "#666699"
        #define BORDERCOLOR                "#9999CC"
        #define MODKEY                        Mod1Mask
        #define MASTERW                        60 /* percent */
       @@ -19,7 +19,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
        static Key key[] = { \
                /* modifier                        key                function        arguments */ \
                { MODKEY|ShiftMask,                XK_Return,        spawn, \
       -                { .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
       +                { .cmd = "exec uxterm -bg '#eeeeee' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \
                { MODKEY,                        XK_p,                spawn, \
                        { .cmd = "exec `ls -lL /usr/bin /usr/X11R6/bin /usr/local/bin 2>/dev/null | " \
                                "awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \