#include #include #ifdef SHAPE #include #endif /* user customizable settings --------------------------------------------- */ // Misc options #define EDGE_RESISTANCE 75 #define STRFTIME_STRING "%Y-%m-%d %H:%M" #define DEF_NEW1 "rxvt || xterm &" #define F1_STRING "rxvt || xterm &" #define F2_STRING "xemacs || emacs &" #define F3_STRING "netscape &" #define DEF_FONT "Lucidasans-Bold-10" // Descent bright default colorset #define TITLE_BG "grey" #define TITLE_FG "black" #define TITLE_FOCUS_BG "black" #define TITLE_FOCUS_FG "white" #define BORDER_COLOR "black" #define TASKBAR_BG "grey" #define TASKBAR_FOCUS_FG "black" #define TASKBAR_HIDDEN_FG "grey50" #define TASKBAR_NORMAL_FG "black" /* Internal settings -- dont touch! ---------------------------------------- */ #define DEF_BW 2 #define SPACE 3 #define MINSIZE 15 #define USE_TASKBAR 1 #define MAX_CLIENTS_ON_TASKBAR 20 #define TASKBAR_HEIGHT (font->ascent + font->descent + 4*SPACE) #define MIN(x,y) (if x