diff options
author | arg@mig29 <unknown> | 2006-12-07 12:03:47 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-12-07 12:03:47 +0100 |
commit | b9fbd59c8a424d8aecd59634d66e5b379f72b316 (patch) | |
tree | b4450235ebe9c0b160fef4b512c4c15c873b6e11 | |
parent | da2b90ddd166d59efa0ed2a79b585252a882c392 (diff) |
people should define fixed being compatible with their locale
-rw-r--r-- | dmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <X11/Xlib.h> -#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-iso10646-*" +#define FONT "fixed" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" #define SELBGCOLOR "#666699" |