From c0ee2a64065f3a9953e977e517a466361444c144 Mon Sep 17 00:00:00 2001 From: Luminarys Date: Mon, 10 Aug 2015 13:53:43 -0500 Subject: Added in reload and exec_always handling --- sway/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sway/config.h') diff --git a/sway/config.h b/sway/config.h index 6802a341..6a50c445 100644 --- a/sway/config.h +++ b/sway/config.h @@ -29,9 +29,11 @@ struct sway_config { // Flags bool focus_follows_mouse; bool mouse_warping; + + bool reloading; }; -struct sway_config *read_config(FILE *file); +struct sway_config *read_config(FILE *file, bool is_active); char *do_var_replacement(struct sway_config *config, char *str); extern struct sway_config *config; -- cgit v1.2.3