Mercurial > dwm-meillo
comparison config.arg.h @ 509:9dcc64d8a19e
small change
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 16:44:02 +0200 |
parents | ede48935f2b3 |
children | 1599c953647b |
comparison
equal
deleted
inserted
replaced
508:ede48935f2b3 | 509:9dcc64d8a19e |
---|---|
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 TILESYMBOL "[]=" |
13 #define VERTICALSTACK True /* False == horizontal stack */ | 13 #define VERTICALSTACK True /* False == horizontal stack */ |
14 | 14 |
15 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | 15 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
16 #define NORMBGCOLOR "#333333" | 16 #define NORMBGCOLOR "#333333" |