JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed config.arg.h - I really need the 4th tag
[dwm.git] / config.arg.h
index 620547a..c457c23 100644 (file)
@@ -4,13 +4,13 @@
  */
 
 #define TAGS \
-const char *tags[] = { "work", "net", "fnord", NULL };
+const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 
 #define DEFMODE                        dotile /* dofloat */
 #define FLOATSYMBOL            "><>"
 #define TILESYMBOL             "[]="
 
-#define FONT                   "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
+#define FONT                   "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
 #define SELBGCOLOR             "#333366"
 #define SELFGCOLOR             "#eeeeee"
 #define NORMBGCOLOR            "#333333"
@@ -25,7 +25,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
        /* modifier                     key             function        arguments */ \
        { MODKEY|ShiftMask,             XK_Return,      spawn, \
-               { .cmd = "exec uxterm -bg black -fg '#eeeeee' -cr '#eeeeee' +sb -fn '"FONT"'" } }, \
+               { .cmd = "exec uxterm -bg '#111111' -fg '#eeeeee' -cr '#eeeeee' +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`" } }, \