Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
added symbols for different modes
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
6a36c22
..
7817825
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-8,8
+8,9
@@
const char *tags[] = { "dev", "work", "net", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
#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"
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
#define NORMBGCOLOR "#333333"