removed config.h stuff, made dwm configurable due to command line options

This commit is contained in:
arg@mmvi
2006-09-26 13:20:47 +02:00
parent e0fe9f2fca
commit 5c0d28e4ff
7 changed files with 67 additions and 48 deletions

View File

@ -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 */