X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=2808ddb56bfcdfcd3ed051449828817d8ba22fdc;hb=02cea3b47e944ddb7541dfb404af205c1064191a;hp=9c67d98e17af1574caf262f15882a6af7d3b602c;hpb=d800ec05ff63451193a0b858c114f5144534c2a1;p=dwm.git diff --git a/config.default.h b/config.default.h index 9c67d98..2808ddb 100644 --- a/config.default.h +++ b/config.default.h @@ -11,15 +11,15 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define TILESYMBOL "[]=" #define FONT "fixed" -#define SELBGCOLOR "#666699" -#define SELFGCOLOR "#eeeeee" #define NORMBGCOLOR "#333366" #define NORMFGCOLOR "#cccccc" +#define SELBGCOLOR "#666699" +#define SELFGCOLOR "#eeeeee" #define STATUSBGCOLOR "#dddddd" #define STATUSFGCOLOR "#222222" -#define MODKEY Mod1Mask #define MASTERW 60 /* percent */ +#define MODKEY Mod1Mask #define KEYS \ static Key key[] = { \