From 48d2672dad8f7aeea07f495eff35d1891d38d275 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 17 Oct 2018 09:19:49 +0200 Subject: [PATCH] Added config path to common --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common.h b/src/common.h index 45a3e69..dd46100 100644 --- a/src/common.h +++ b/src/common.h @@ -4,6 +4,8 @@ #define SOCK_ENV_VAR "KIWMI_SOCKET" #define SOCK_DEF_PATH "/tmp/kiwmi.sock" +#define CONFIG_FILE "kiwmi/kiwmirc" + void die(char *fmt, ...); extern const char *argv0;