diff options
author | arg@10ksloc.org <unknown> | 2006-08-01 14:03:29 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-01 14:03:29 +0200 |
commit | 33b4821cd69ed4c0a9af58f0af96de430277a08a (patch) | |
tree | 0509d44b9b3c76127181dc2edd6886af64e45fa3 /config.h | |
parent | a73a88280681acdab047bd11a9ba77d97d6a0b72 (diff) | |
download | dwm-33b4821cd69ed4c0a9af58f0af96de430277a08a.tar.gz |
fixed config.h files
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h index 430539c..352d7f8 100644 --- a/config.h +++ b/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 |