From ea3ba203cc65671d9bf9da5ddbc698b18ed7685c Mon Sep 17 00:00:00 2001 From: Geoffrey Casper Date: Sat, 4 Jul 2020 12:28:19 -0400 Subject: Reload command now matches i3's implementation --- sway/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/config.c') 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); -- cgit v1.2.3