Mercurial > aewl
comparison config.default.h @ 505:2c29d74b11dc
first step to a more flexible dotile() algorithm
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 12:38:27 +0200 |
parents | d0104ede6454 |
children | ede48935f2b3 |
comparison
equal
deleted
inserted
replaced
504:0cefc169ff67 | 505:2c29d74b11dc |
---|---|
6 #define TAGS \ | 6 #define TAGS \ |
7 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; | 7 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; |
8 | 8 |
9 #define DEFMODE dotile /* dofloat */ | 9 #define DEFMODE dotile /* dofloat */ |
10 #define FLOATSYMBOL "><>" | 10 #define FLOATSYMBOL "><>" |
11 #define STACKPOS StackRight /* StackLeft, StackBottom */ | |
11 #define TILESYMBOL "[]=" | 12 #define TILESYMBOL "[]=" |
13 #define VERTICALSTACK True /* False == horizontal stack */ | |
12 | 14 |
13 #define FONT "fixed" | 15 #define FONT "fixed" |
14 #define NORMBGCOLOR "#333366" | 16 #define NORMBGCOLOR "#333366" |
15 #define NORMFGCOLOR "#cccccc" | 17 #define NORMFGCOLOR "#cccccc" |
16 #define SELBGCOLOR "#666699" | 18 #define SELBGCOLOR "#666699" |
17 #define SELFGCOLOR "#eeeeee" | 19 #define SELFGCOLOR "#eeeeee" |
18 #define STATUSBGCOLOR "#dddddd" | 20 #define STATUSBGCOLOR "#dddddd" |
19 #define STATUSFGCOLOR "#222222" | 21 #define STATUSFGCOLOR "#222222" |
20 | 22 |
21 #define MASTERW 60 /* percent */ | 23 #define MASTER 60 /* percent */ |
22 #define MODKEY Mod1Mask | 24 #define MODKEY Mod1Mask |
23 | 25 |
24 #define KEYS \ | 26 #define KEYS \ |
25 static Key key[] = { \ | 27 static Key key[] = { \ |
26 /* modifier key function arguments */ \ | 28 /* modifier key function arguments */ \ |