Mercurial > aewl
comparison config.default.h @ 493:d0104ede6454
changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu
author | arg@mmvi |
---|---|
date | Tue, 26 Sep 2006 13:24:14 +0200 |
parents | 2d8af0d7920d |
children | 2c29d74b11dc |
comparison
equal
deleted
inserted
replaced
492:5df494262dfd | 493:d0104ede6454 |
---|---|
9 #define DEFMODE dotile /* dofloat */ | 9 #define DEFMODE dotile /* dofloat */ |
10 #define FLOATSYMBOL "><>" | 10 #define FLOATSYMBOL "><>" |
11 #define TILESYMBOL "[]=" | 11 #define TILESYMBOL "[]=" |
12 | 12 |
13 #define FONT "fixed" | 13 #define FONT "fixed" |
14 #define NORMBGCOLOR "#333366" | |
15 #define NORMFGCOLOR "#cccccc" | |
14 #define SELBGCOLOR "#666699" | 16 #define SELBGCOLOR "#666699" |
15 #define SELFGCOLOR "#eeeeee" | 17 #define SELFGCOLOR "#eeeeee" |
16 #define NORMBGCOLOR "#333366" | |
17 #define NORMFGCOLOR "#cccccc" | |
18 #define STATUSBGCOLOR "#dddddd" | 18 #define STATUSBGCOLOR "#dddddd" |
19 #define STATUSFGCOLOR "#222222" | 19 #define STATUSFGCOLOR "#222222" |
20 | 20 |
21 #define MASTERW 60 /* percent */ | |
21 #define MODKEY Mod1Mask | 22 #define MODKEY Mod1Mask |
22 #define MASTERW 60 /* percent */ | |
23 | 23 |
24 #define KEYS \ | 24 #define KEYS \ |
25 static Key key[] = { \ | 25 static Key key[] = { \ |
26 /* modifier key function arguments */ \ | 26 /* modifier key function arguments */ \ |
27 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ | 27 { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \ |