X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/36178933ed53857d59046278afb25b7525cafb39..e0f64e63db654330bf4219a25b8989a72123d661:/config.default.h?ds=inline 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"