diff options
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h index aeefc5c..fd04e48 100644 --- a/config.arg.h +++ b/config.arg.h @@ -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 |