fixed config.h files
arg@10ksloc.org unknown
Tue, 01 Aug 2006 14:03:29 +0200
2 files changed,
2 insertions(+),
4 deletions(-)
M
config.arg.h
→
config.arg.h
@@ -3,6 +3,7 @@ * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
* 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 @@ /* class:instance tags isfloat */ \
{ "Firefox.*", { [Tnet] = "net" }, False }, \ { "Gimp.*", { 0 }, True}, \ }; - -#define ARRANGE dotile
M
config.h
→
config.h
@@ -3,6 +3,7 @@ * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
* See LICENSE file for license details. */ +#define ARRANGE dotile #define FONT "fixed" #define BGCOLOR "#666699" #define FGCOLOR "#eeeeee"@@ -63,5 +64,3 @@ /* class:instance tags isfloat */ \
{ "Firefox.*", { [Tnet] = "net" }, False }, \ { "Gimp.*", { 0 }, True}, \ }; - -#define ARRANGE dotile