stash dir into conf since it'll be of use

This commit is contained in:
okan
2017-12-07 15:47:14 +00:00
parent 0d76265e23
commit b06ddae624
3 changed files with 6 additions and 7 deletions

View File

@@ -293,6 +293,7 @@ struct conf {
Cursor cursor[CF_NITEMS];
int xrandr;
int xrandr_event_base;
char *homedir;
char *wm_argv;
};
@@ -374,7 +375,6 @@ extern Atom cwmh[CWMH_NITEMS];
extern Atom ewmh[EWMH_NITEMS];
extern struct screen_q Screenq;
extern struct conf Conf;
extern const char *homedir;
__dead void usage(void);