aboutsummaryrefslogtreecommitdiff
path: root/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.h')
-rw-r--r--sway/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/config.h b/sway/config.h
index f55453a3..c9fd374c 100644
--- a/sway/config.h
+++ b/sway/config.h
@@ -30,12 +30,13 @@ struct sway_config {
// Flags
bool focus_follows_mouse;
bool mouse_warping;
-
+ bool active;
+ bool failed;
bool reloading;
};
bool load_config();
-struct sway_config *read_config(FILE *file, bool is_active);
+bool read_config(FILE *file, bool is_active);
char *do_var_replacement(struct sway_config *config, char *str);
extern struct sway_config *config;