JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using ff tiled again, seems to work perfectly with new bottom stack
[dwm.git] / config.arg.h
index 6a36c22..47f7cd9 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"
@@ -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}, \