X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.arg.h;h=781782593aad036c58b20a4fc1af448e47ef1786;hp=6a36c22a55c7f875c7b1ed3f0db6890438ef97d8;hb=dddd58a8cdc9ffd9f207c45316e9f9a28b4bf519;hpb=010fd21b2037923e9ba1f0d67a67bbf8d8da2c89 diff --git a/config.arg.h b/config.arg.h index 6a36c22..7817825 100644 --- a/config.arg.h +++ b/config.arg.h @@ -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"