X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.default.h;h=80752647ef0be819e844b24739ad53663fdbb403;hp=807511071483f33390919cdf326cd1f25f59d307;hb=dddd58a8cdc9ffd9f207c45316e9f9a28b4bf519;hpb=010fd21b2037923e9ba1f0d67a67bbf8d8da2c89 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"