From 33b4821cd69ed4c0a9af58f0af96de430277a08a Mon Sep 17 00:00:00 2001
From: "arg@10ksloc.org" <unknown>
Date: Tue, 1 Aug 2006 14:03:29 +0200
Subject: [PATCH] fixed config.h files

---
 config.arg.h | 3 +--
 config.h     | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/config.arg.h b/config.arg.h
index aeefc5c..fd04e48 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -3,6 +3,7 @@
  * See LICENSE file for license details.
  */
 
+#define ARRANGE 		dotile
 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
 #define BGCOLOR			"#0a2c2d"
 #define FGCOLOR			"#ddeeee"
@@ -72,5 +73,3 @@ static Rule rule[] = { \
 	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
 	{ "Gimp.*",		{ 0 },				True}, \
 };
-
-#define ARRANGE dotile
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