move #define of config file name in config.c

This commit is contained in:
Julien Danjou 2007-10-12 13:09:59 +02:00
parent b89779677e
commit daee37199b
2 changed files with 2 additions and 2 deletions

View file

@ -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 *);

View file

@ -22,8 +22,6 @@
#ifndef AWESOME_CONFIG_H
#define AWESOME_CONFIG_H
#define AWESOME_CONFIG_FILE ".awesomerc"
#include <X11/Xlib.h>
#include <X11/Xft/Xft.h>