diff options
author | Geoffrey Casper <gcasper42@gmail.com> | 2020-07-04 12:28:19 -0400 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2020-07-07 17:15:57 -0400 |
commit | ea3ba203cc65671d9bf9da5ddbc698b18ed7685c (patch) | |
tree | 22ab793cfe435091addd12ba0a940a3975451a14 /include | |
parent | e5954f321f76c9337efaf9c5f66140bfba2bae77 (diff) | |
download | sway-ea3ba203cc65671d9bf9da5ddbc698b18ed7685c.tar.xz |
Reload command now matches i3's implementation
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index b3fd6668..5ad240d3 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -500,6 +500,7 @@ struct sway_config { struct side_gaps gaps_outer; list_t *config_chain; + bool user_config_path; const char *current_config_path; const char *current_config; int current_config_line_number; |