Mercurial > dwm-meillo
comparison config.default.h @ 516:e5f8d6ac509c
added symbols for different modes
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 18:08:20 +0200 |
parents | 1599c953647b |
children | 1a9a0877650c |
comparison
equal
deleted
inserted
replaced
515:d6d1d0033e3c | 516:e5f8d6ac509c |
---|---|
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 */ | 11 #define STACKPOS StackRight /* StackLeft */ |
12 #define TILESYMBOL "[]=" | 12 #define BSTACKSYMBOL "===" |
13 #define VSTACKSYMBOL "[]=" | |
13 | 14 |
14 #define FONT "fixed" | 15 #define FONT "fixed" |
15 #define NORMBGCOLOR "#333366" | 16 #define NORMBGCOLOR "#333366" |
16 #define NORMFGCOLOR "#cccccc" | 17 #define NORMFGCOLOR "#cccccc" |
17 #define SELBGCOLOR "#666699" | 18 #define SELBGCOLOR "#666699" |