JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added symbols for different modes
[dwm.git] / config.arg.h
index 6a36c22..7817825 100644 (file)
@@ -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"