Reload command now matches i3's implementation

This commit is contained in:
Geoffrey Casper 2020-07-04 12:28:19 -04:00 committed by Brian Ashworth
parent e5954f321f
commit ea3ba203cc
4 changed files with 17 additions and 3 deletions

View file

@ -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);