comparison config.default.h @ 676:7672a1041218

added comment to %u in config.default.h, added Button{4.5} support on mode label
author Anselm R. Garbe <arg@suckless.org>
date Wed, 10 Jan 2007 12:54:23 +0100
parents 5d79c351e30a
children 39fa5308d73f
comparison
equal deleted inserted replaced
675:1438e35b622e 676:7672a1041218
3 */ 3 */
4 4
5 #define TAGS \ 5 #define TAGS \
6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL }; 6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
7 7
8 #define DEFMODE dotile /* dofloat */ 8 #define DEFMODE dotile /* dofloat */
9 #define FLOATSYMBOL "><>" 9 #define FLOATSYMBOL "><>"
10 #define TILESYMBOL "[%u]=" 10 #define TILESYMBOL "[%u]=" /* %u is replaced with nmaster */
11 11
12 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" 12 #define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
13 #define NORMBGCOLOR "#333366" 13 #define NORMBGCOLOR "#333366"
14 #define NORMFGCOLOR "#cccccc" 14 #define NORMFGCOLOR "#cccccc"
15 #define SELBGCOLOR "#666699" 15 #define SELBGCOLOR "#666699"