Mercurial > aewl
comparison config.h @ 156:9bd8a1a50464
renamed ARRANGE into DEFMODE
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 16:39:20 +0200 |
parents | 4a64fd270e47 |
children | c8db0a825775 |
comparison
equal
deleted
inserted
replaced
155:55f74b956675 | 156:9bd8a1a50464 |
---|---|
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 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; | 6 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; |
7 #define DEFMODE dotile /* dofloat */ | |
7 #define DEFTAG Tdev | 8 #define DEFTAG Tdev |
8 #define ARRANGE dotile /* dofloat */ | |
9 #define FONT "fixed" | 9 #define FONT "fixed" |
10 #define BGCOLOR "#666699" | 10 #define BGCOLOR "#666699" |
11 #define FGCOLOR "#eeeeee" | 11 #define FGCOLOR "#eeeeee" |
12 #define BORDERCOLOR "#9999CC" | 12 #define BORDERCOLOR "#9999CC" |
13 #define MODKEY Mod1Mask | 13 #define MODKEY Mod1Mask |