switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
fa857b28
1 file(s) · +9 −9
| 4 | 4 | #define BARPOS BarTop /* BarBot, BarOff */ |
|
| 5 | 5 | #define BORDERPX 1 |
|
| 6 | 6 | #define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" |
|
| 7 | - | #define NORMBORDERCOLOR "#333" |
|
| 8 | - | #define NORMBGCOLOR "#000" |
|
| 9 | - | #define NORMFGCOLOR "#ccc" |
|
| 10 | - | #define SELBORDERCOLOR "#f00" |
|
| 11 | - | #define SELBGCOLOR "#00f" |
|
| 12 | - | #define SELFGCOLOR "#fff" |
|
| 7 | + | #define NORMBORDERCOLOR "#cccccc" |
|
| 8 | + | #define NORMBGCOLOR "#ffffff" |
|
| 9 | + | #define NORMFGCOLOR "#000000" |
|
| 10 | + | #define SELBORDERCOLOR "#ff0000" |
|
| 11 | + | #define SELBGCOLOR "#0000ff" |
|
| 12 | + | #define SELFGCOLOR "#ffffff" |
|
| 13 | 13 | ||
| 14 | 14 | /* tagging */ |
|
| 15 | - | const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; |
|
| 15 | + | const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL }; |
|
| 16 | 16 | Rule rules[] = { |
|
| 17 | 17 | /* class:instance:title regex tags regex isfloating */ |
|
| 18 | - | { "Firefox", "3", False }, |
|
| 18 | + | { "Firefox", "www", False }, |
|
| 19 | 19 | { "Gimp", NULL, True }, |
|
| 20 | 20 | { "MPlayer", NULL, True }, |
|
| 21 | 21 | { "Acroread", NULL, True }, |
|
| 22 | 22 | }; |
|
| 23 | 23 | ||
| 24 | 24 | /* layout(s) */ |
|
| 25 | - | #define ISTILE isarrange(tile) |
|
| 25 | + | #define ISTILE isarrange(tile) /* || isarrange(<custom>) */ |
|
| 26 | 26 | #define MWFACT 0.6 /* master width factor [0.1 .. 0.9] */ |
|
| 27 | 27 | #define RESIZEHINTS True /* False - respect size hints in tiled resizals */ |
|
| 28 | 28 | #define SNAP 32 /* snap pixel */ |