move #define of config file name in config.c
This commit is contained in:
parent
b89779677e
commit
daee37199b
2
config.c
2
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 *);
|
||||
|
||||
|
|
Loading…
Reference in New Issue