From d595112e01c364912ef4649dc3f638b6dd3185db Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Sun, 25 Sep 2016 17:08:55 +0200 Subject: [PATCH] Commit spacestate config header --- config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.h b/config.h index afb8bec..c27ba78 100644 --- a/config.h +++ b/config.h @@ -54,6 +54,8 @@ typedef struct { char *spacestate_password; char *spacestate_name; char *spacestate_driver; + char *spacestate_hook_open; + char *spacestate_hook_close; /* Global configuration based state */ GKeyFile *keyfile;