aboutsummaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index a1689f36..6fe681f6 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -8,6 +8,8 @@
#include "commands.h"
#include "config.h"
+struct sway_config *config;
+
bool load_config() {
sway_log(L_INFO, "Loading config");
// TODO: Allow use of more config file locations
@@ -82,7 +84,7 @@ _continue:
}
if (is_active) {
- config->reloading = true;
+ config->reloading = false;
}
return config;