about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-07 14:39:31 +0100
committerarg@mig29 <unknown>2006-12-07 14:39:31 +0100
commita3319c6f8e82522ce118b9a62124548d6f9cba09 (patch)
tree6be6390fa4a8f5a7430d3b026ba775afeedad8cb
parent66c699a7018ef681334d9df42c98990c3dc82673 (diff)
downloaddwm-a3319c6f8e82522ce118b9a62124548d6f9cba09.tar.gz
found compromise for fonts 2.6
-rw-r--r--config.arg.h2
-rw-r--r--config.default.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 3ec3c2d..783a3bd 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -9,7 +9,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
 
-#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*"
+#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
 #define NORMBGCOLOR		"#333333"
 #define NORMFGCOLOR		"#cccccc"
 #define SELBGCOLOR		"#336699"
diff --git a/config.default.h b/config.default.h
index 091b52e..6c43eb2 100644
--- a/config.default.h
+++ b/config.default.h
@@ -9,7 +9,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
 
-#define FONT			"fixed"
+#define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
 #define NORMBGCOLOR		"#333366"
 #define NORMFGCOLOR		"#cccccc"
 #define SELBGCOLOR		"#666699"
href='#n170'>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 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286