about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-07 12:21:17 +0200
committerarg@10ksloc.org <unknown>2006-08-07 12:21:17 +0200
commitc732cc90ab924556d87566dfbf3537a6247b20e9 (patch)
tree7c146f6ef159f5e45ec7a3450d2c36be110ac0b6
parent4e2c5b5f256cb7c42426486161ffdae42100e902 (diff)
downloaddwm-c732cc90ab924556d87566dfbf3537a6247b20e9.tar.gz
changed font size, I'm not blind...
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index d842e25..894557a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -8,7 +8,7 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL };
 
 #define DEFMODE			dotile /* dofloat */
 #define DEFTAG			1 /* index */
-#define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
+#define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
 #define BGCOLOR			"#444444"
 #define FGCOLOR			"#ffffff"
 #define BORDERCOLOR		"#222222"
@@ -48,7 +48,7 @@ static Key key[] = { \
 	{ MODKEY|ShiftMask,	XK_q,		quit,		{ 0 } }, \
 	{ MODKEY|ShiftMask,	XK_Return,	spawn, \
 		{ .cmd = "exec urxvt -bg '#ffffea' +sb " \
-			"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
+			"-fn '-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*'" } }, \
 };
 
 #define RULES \