about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-23 18:50:46 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-23 18:50:46 +0200
commit7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch)
tree0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /config.arg.h
parentc39df91ab9826ef134bc1484b0d19186790132f3 (diff)
downloaddwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.tar.gz
updated man page
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 70c245f..0e6b480 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -7,8 +7,7 @@
 const char *tags[] = { "work", "net", "fnord", NULL };
 
 #define DEFMODE			dotile /* dofloat */
-#define TFONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define FONT			"-*-snap-*-*-*-*-*-*-*-*-*-*-*-*"
+#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
 #define BGCOLOR			"#0d121d"
 #define FGCOLOR			"#eeeeee"
 #define BORDERCOLOR		"#3f484d"
@@ -19,7 +18,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 static Key key[] = { \
 	/* modifier			key		function	arguments */ \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
-		{ .cmd = "exec uxterm +sb -bg black -fg '#eeeeee' -fn '"TFONT"'" } }, \
+		{ .cmd = "exec uxterm +sb -bg black -fg '#eeeeee' -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`" } }, \