Mercurial > dwm-meillo
comparison config.arg.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 | d6d1d0033e3c |
children | f35e6c5993ef |
comparison
equal
deleted
inserted
replaced
515:d6d1d0033e3c | 516:e5f8d6ac509c |
---|---|
6 #define TAGS \ | 6 #define TAGS \ |
7 const char *tags[] = { "dev", "work", "net", "fnord", NULL }; | 7 const char *tags[] = { "dev", "work", "net", "fnord", 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 STACKPOS StackRight /* StackLeft */ |
12 #define TILESYMBOL "[]=" | 12 #define BSTACKSYMBOL "===" |
13 #define VSTACKSYMBOL "[]=" | |
13 | 14 |
14 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | 15 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
15 #define NORMBGCOLOR "#333333" | 16 #define NORMBGCOLOR "#333333" |
16 #define NORMFGCOLOR "#dddddd" | 17 #define NORMFGCOLOR "#dddddd" |
17 #define SELBGCOLOR "#333366" | 18 #define SELBGCOLOR "#333366" |