-#define NORMBGCOLOR "#111111"
-#define NORMFGCOLOR "#cccccc"
-#define SELBGCOLOR "#336699"
-#define SELFGCOLOR "#eeeeee"
-#define STATUSBGCOLOR "#222222"
-#define STATUSFGCOLOR "#99ccff"
+#define NORMBORDERCOLOR "#333"
+#define NORMBGCOLOR "#222"
+#define NORMFGCOLOR "#ccc"
+#define SELBORDERCOLOR "#69c"
+#define SELBGCOLOR "#555"
+#define SELFGCOLOR "#fff"
+#define TOPBAR True /* False */
+
+/* behavior */
+#define SNAP 40 /* pixel */
+#define TAGS \
+const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
+#define RULES \
+static Rule rule[] = { \
+ /* class:instance:title regex tags regex isversatile */ \
+ { "Firefox", "3", False }, \
+ { "Gimp", NULL, True }, \
+ { "MPlayer", NULL, True }, \
+ { "Acroread", NULL, True }, \
+};