aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-07 12:03:15 +0100
committerarg@mig29 <unknown>2006-12-07 12:03:15 +0100
commit66c699a7018ef681334d9df42c98990c3dc82673 (patch)
tree76948d5f18c95eb7a16823ad38630e9b51cd91da /config.default.h
parentaaf1e44da9548e35c89d8e17f9b8e543bc0d8455 (diff)
downloaddwm-66c699a7018ef681334d9df42c98990c3dc82673.tar.zst
nah, people should define 'fixed' to be compatible with their locale
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index 3fef5ec..091b52e 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-*-*-*-*-*-*-*-*-*-*-iso10646-*"
+#define FONT "fixed"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#666699"