aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-22 10:01:32 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-22 10:01:32 +0200
commitf60fe2a4f9885876dacd1c53a25d0a464a5efb9e (patch)
treee3a744a2fd8ff41f20f9a4395fbdba59e26adf3a /config.arg.h
parentb112257bf29c275c26ef4e88b84a610b6323c6c4 (diff)
downloaddwm-f60fe2a4f9885876dacd1c53a25d0a464a5efb9e.tar.zst
font fix
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 13ffb9c..24ef515 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -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`" } }, \