diff options
author | arg@mmvi | 2006-09-26 13:20:47 +0200 |
---|---|---|
committer | arg@mmvi | 2006-09-26 13:20:47 +0200 |
commit | 5c0d28e4ff9909059ac1247aa71f9b1e906fea3a (patch) | |
tree | 0586a9874f0a9c960e6c787bdbd853bb8b6baafc /dmenu.h | |
parent | e0fe9f2fcac32f04f7fda5236f48d1a705cbdcce (diff) |
removed config.h stuff, made dwm configurable due to command line options
Diffstat (limited to 'dmenu.h')
-rw-r--r-- | dmenu.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,10 +3,14 @@ * See LICENSE file for license details. */ -#include "config.h" #include <X11/Xlib.h> #include <X11/Xlocale.h> +#define FONT "fixed" +#define NORMBGCOLOR "#333366" +#define NORMFGCOLOR "#cccccc" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" #define SPACE 30 /* px */ /* color */ |