From daee37199b133407dfd377c306befbfa9c31ce00 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 12 Oct 2007 13:09:59 +0200 Subject: [PATCH] move #define of config file name in config.c --- config.c | 2 ++ config.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.c b/config.c index f79bb310..885bbaaa 100644 --- a/config.c +++ b/config.c @@ -38,6 +38,8 @@ #include "layouts/max.h" #include "layouts/floating.h" +#define AWESOME_CONFIG_FILE ".awesomerc" + static XColor initxcolor(Display *, int, const char *); static unsigned int get_numlockmask(Display *); diff --git a/config.h b/config.h index d69ab339..67239f08 100644 --- a/config.h +++ b/config.h @@ -22,8 +22,6 @@ #ifndef AWESOME_CONFIG_H #define AWESOME_CONFIG_H -#define AWESOME_CONFIG_FILE ".awesomerc" - #include #include