added symbols for different modes

This commit is contained in:
Anselm R. Garbe
2006-09-29 18:08:20 +02:00
parent 010fd21b20
commit dddd58a8cd
4 changed files with 13 additions and 6 deletions

View File

@ -8,8 +8,9 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
#define STACKPOS StackRight /* StackLeft, StackBottom */
#define TILESYMBOL "[]="
#define STACKPOS StackRight /* StackLeft */
#define BSTACKSYMBOL "==="
#define VSTACKSYMBOL "[]="
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR "#333333"