JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed several stuff (gridwm gets better and better)
[dwm.git] / config.h
1 /*
2  * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
3  * See LICENSE file for license details.
4  */
5
6 #define FONT            "-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
7 #define BGCOLOR         "#000000"
8 #define FGCOLOR         "#ffaa00"
9 #define BORDERCOLOR     "#000000"
10 #define STATUSCMD       "echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \
11                                         " `acpi | awk '{print $4}' | sed 's/,//'`"
12 #define KEYS            \
13         { Mod1Mask, XK_Return, run, "xterm -u8 -bg black -fg white -fn '-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*'" }, \
14         { Mod1Mask | ShiftMask, XK_q, quit, NULL},
15