From b06ddae6249cca671046d04c0cf709cd0c48fd90 Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 7 Dec 2017 15:47:14 +0000 Subject: stash dir into conf since it'll be of use --- calmwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 473784e..d43a9bd 100644 --- a/calmwm.h +++ b/calmwm.h @@ -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); -- cgit 1.4.1