aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
authorLibravatar Geoffrey Casper <gcasper42@gmail.com>2020-07-04 12:28:19 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-07-07 17:15:57 -0400
commitea3ba203cc65671d9bf9da5ddbc698b18ed7685c (patch)
tree22ab793cfe435091addd12ba0a940a3975451a14 /sway/config.c
parentseat/dnd: support null drag icon surfaces (diff)
downloadsway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.tar.gz
sway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.tar.zst
sway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.zip
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) {
447 } 447 }
448 } 448 }
449 449
450 config->user_config_path = file ? true : false;
450 config->current_config_path = path; 451 config->current_config_path = path;
451 list_add(config->config_chain, real_path); 452 list_add(config->config_chain, real_path);
452 453