about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 18:14:55 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 18:14:55 +0200
commit00e95e1f38f7f63584925182a98fb36e84b0f246 (patch)
tree0ab54536603144f24c7fee7a179c95b5c8de5370
parent0a0759132c07ff78896fd8559e6f576898f266a3 (diff)
downloaddwm-00e95e1f38f7f63584925182a98fb36e84b0f246.tar.gz
oh frking dear big font...
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 279ba24..355b02b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -10,7 +10,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #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"
135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206