aewl

changeset 147:a94577c9de73

fixed config.h files
author arg@10ksloc.org
date Tue, 01 Aug 2006 14:03:29 +0200
parents f328ce9c558c
children 5267e1204367
files config.arg.h config.h
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Tue Aug 01 13:59:13 2006 +0200
     1.2 +++ b/config.arg.h	Tue Aug 01 14:03:29 2006 +0200
     1.3 @@ -3,6 +3,7 @@
     1.4   * See LICENSE file for license details.
     1.5   */
     1.6  
     1.7 +#define ARRANGE 		dotile
     1.8  #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
     1.9  #define BGCOLOR			"#0a2c2d"
    1.10  #define FGCOLOR			"#ddeeee"
    1.11 @@ -72,5 +73,3 @@
    1.12  	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
    1.13  	{ "Gimp.*",		{ 0 },				True}, \
    1.14  };
    1.15 -
    1.16 -#define ARRANGE dotile
     2.1 --- a/config.h	Tue Aug 01 13:59:13 2006 +0200
     2.2 +++ b/config.h	Tue Aug 01 14:03:29 2006 +0200
     2.3 @@ -3,6 +3,7 @@
     2.4   * See LICENSE file for license details.
     2.5   */
     2.6  
     2.7 +#define ARRANGE			dotile
     2.8  #define FONT			"fixed"
     2.9  #define BGCOLOR			"#666699"
    2.10  #define FGCOLOR			"#eeeeee"
    2.11 @@ -63,5 +64,3 @@
    2.12  	{ "Firefox.*",		{ [Tnet] = "net" },		False }, \
    2.13  	{ "Gimp.*",		{ 0 },				True}, \
    2.14  };
    2.15 -
    2.16 -#define ARRANGE dotile