X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/010fd21b2037923e9ba1f0d67a67bbf8d8da2c89..dddd58a8cdc9ffd9f207c45316e9f9a28b4bf519:/config.default.h?ds=sidebyside diff --git a/config.default.h b/config.default.h index 8075110..8075264 100644 --- a/config.default.h +++ b/config.default.h @@ -9,7 +9,8 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define STACKPOS StackRight /* StackLeft */ -#define TILESYMBOL "[]=" +#define BSTACKSYMBOL "===" +#define VSTACKSYMBOL "[]=" #define FONT "fixed" #define NORMBGCOLOR "#333366"