diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-12 15:41:19 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-12 15:41:19 +0000 |
commit | 540a78761b26b2af4f47e46d27ad6406548c8a1c (patch) | |
tree | 55b3420e409efb6f5f58587f96a9601cdf930bd7 /config.h | |
parent | 7804354106e713871f9e341d74d81eb0b1b00176 (diff) |
removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*" #define NORMBGCOLOR "#cccccc" #define NORMFGCOLOR "#000000" #define SELBGCOLOR "#0066ff" |