X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/36178933ed53857d59046278afb25b7525cafb39..7c052b37c8578a8d759bc761afaf7b676781b537:/config.arg.h diff --git a/config.arg.h b/config.arg.h index 1e6a670..47f7cd9 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,8 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL }; #define DEFMODE dotile /* dofloat */ #define FLOATSYMBOL "><>" #define STACKPOS StackRight /* StackLeft */ -#define TILESYMBOL "[]=" +#define BSTACKSYMBOL "===" +#define VSTACKSYMBOL "[]=" #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" @@ -63,7 +64,7 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "net", True}, \ + { "Firefox.*", "net", False}, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \