Kaynağa Gözat

fixed config.h files

arg@10ksloc.org 19 yıl önce
ebeveyn
işleme
33b4821cd6
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 1 2
      config.arg.h
  2. 1 2
      config.h

+ 1 - 2
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

+ 1 - 2
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