Mercurial > dwm-meillo
comparison config.h @ 150:a26b32ff8911
cleaned config.*h to prevent some confusion
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 15:29:37 +0200 |
parents | a94577c9de73 |
children | 4a64fd270e47 |
comparison
equal
deleted
inserted
replaced
149:332fcc6d4f88 | 150:a26b32ff8911 |
---|---|
1 /* | 1 /* |
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | 2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> |
3 * See LICENSE file for license details. | 3 * See LICENSE file for license details. |
4 */ | 4 */ |
5 | 5 |
6 #define ARRANGE dotile | 6 #define ARRANGE dotile /* dofloat */ |
7 #define FONT "fixed" | 7 #define FONT "fixed" |
8 #define BGCOLOR "#666699" | 8 #define BGCOLOR "#666699" |
9 #define FGCOLOR "#eeeeee" | 9 #define FGCOLOR "#eeeeee" |
10 #define BORDERCOLOR "#9999CC" | 10 #define BORDERCOLOR "#9999CC" |
11 #define MODKEY Mod1Mask | 11 #define MODKEY Mod1Mask |
12 #define NUMLOCKMASK Mod2Mask | 12 #define NUMLOCKMASK Mod2Mask |
13 #define MASTERW 52 /* percent */ | 13 #define MASTERW 52 /* percent */ |
14 #define WM_PROTOCOL_DELWIN 1 | |
15 | 14 |
16 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; | 15 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; |
17 #define TAGS \ | 16 #define TAGS \ |
18 char *tags[TLast] = { \ | 17 char *tags[TLast] = { \ |
19 [Tfnord] = "fnord", \ | 18 [Tfnord] = "fnord", \ |