Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
applied resizecol fix by Jukka
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
6a36c22
..
47f7cd9
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"
@@
-63,7
+64,7
@@
static Key key[] = { \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
#define RULES \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
- { "Firefox.*", "net",
Tru
e}, \
+ { "Firefox.*", "net",
Fals
e}, \
{ "Gimp.*", NULL, True}, \
{ "MPlayer.*", NULL, True}, \
{ "Acroread.*", NULL, True}, \
{ "Gimp.*", NULL, True}, \
{ "MPlayer.*", NULL, True}, \
{ "Acroread.*", NULL, True}, \