fixed config.h files

This commit is contained in:
arg@10ksloc.org 2006-08-01 14:03:29 +02:00
parent a73a882806
commit 33b4821cd6
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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