-#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*"
-#define NORMBGCOLOR "#333333"
-#define NORMFGCOLOR "#cccccc"
-#define SELBGCOLOR "#336699"
-#define SELFGCOLOR "#dddddd"
-#define STATUSBGCOLOR "#222222"
-#define STATUSFGCOLOR "#99ccff"
+/* 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 }, \
+};