summaryrefslogtreecommitdiff
path: root/sway/config.c
diff options
context:
space:
mode:
authorGeoffrey Casper <[email protected]>2020-07-04 12:28:19 -0400
committerBrian Ashworth <[email protected]>2020-07-07 17:15:57 -0400
commitea3ba203cc65671d9bf9da5ddbc698b18ed7685c (patch)
tree22ab793cfe435091addd12ba0a940a3975451a14 /sway/config.c
parente5954f321f76c9337efaf9c5f66140bfba2bae77 (diff)
Reload command now matches i3's implementation
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index bcf8d56f..71382b86 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -447,6 +447,7 @@ bool load_main_config(const char *file, bool is_active, bool validating) {
}
}
+ config->user_config_path = file ? true : false;
config->current_config_path = path;
list_add(config->config_chain, real_path);