about summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index 430539c..352d7f8 100644
--- a/config.h
+++ b/config.h
@@ -3,6 +3,7 @@
  * See LICENSE file for license details.
  */
 
+#define ARRANGE			dotile
 #define FONT			"fixed"
 #define BGCOLOR			"#666699"
 #define FGCOLOR			"#eeeeee"
@@ -63,5 +64,3 @@ static Rule rule[] = { \
 	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
 	{ "Gimp.*",		{ 0 },				True}, \
 };
-
-#define ARRANGE dotile