Browse Source

fixed config.h files

master
arg@10ksloc.org 18 years ago
parent
commit
33b4821cd6
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      config.arg.h
  2. +1
    -2
      config.h

+ 1
- 2
config.arg.h 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

+ 1
- 2
config.h 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

Loading…
Cancel
Save