JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
font fix
authorAnselm R. Garbe <arg@10kloc.org>
Tue, 22 Aug 2006 08:01:32 +0000 (10:01 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Tue, 22 Aug 2006 08:01:32 +0000 (10:01 +0200)
config.arg.h

index 13ffb9c..24ef515 100644 (file)
@@ -8,7 +8,8 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 
 #define DEFMODE                        dotile /* dofloat */
 #define DEFTAG                 0 /* index */
-#define FONT                   "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
+#define TFONT                  "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
+#define FONT                   "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*"
 #define BGCOLOR                        "#0d121d"
 #define FGCOLOR                        "#eeeeee"
 #define BORDERCOLOR            "#3f484d"
@@ -19,7 +20,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
        /* modifier                     key             function        arguments */ \
        { MODKEY|ShiftMask,             XK_Return,      spawn, \
-               { .cmd = "exec rxvt +sb -tr -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \
+               { .cmd = "exec rxvt +sb -tr -bg black -fg '#eeeeee' -fn '"TFONT"'" } }, \
        { 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`" } }, \