X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/010fd21b2037923e9ba1f0d67a67bbf8d8da2c89..dddd58a8cdc9ffd9f207c45316e9f9a28b4bf519:/config.arg.h 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"