diff options
author | arg@mig29 <unknown> | 2006-12-07 12:03:15 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 12:03:15 +0100 |
commit | 66c699a7018ef681334d9df42c98990c3dc82673 (patch) | |
tree | 76948d5f18c95eb7a16823ad38630e9b51cd91da | |
parent | aaf1e44da9548e35c89d8e17f9b8e543bc0d8455 (diff) | |
download | dwm-66c699a7018ef681334d9df42c98990c3dc82673.tar.gz |
nah, people should define 'fixed' to be compatible with their locale
-rw-r--r-- | config.default.h | 2 |
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" |