diff options
| author | Geoffrey Casper <gcasper42@gmail.com> | 2020-07-04 12:28:19 -0400 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2020-07-15 19:27:12 +0200 |
| commit | f5ba5cbcf6b486ba8422245ed982f354ba84e2d2 (patch) | |
| tree | df9ddfe08b0b4fcb056e95efcc23f0e8a47455d0 /include | |
| parent | 585cf904c526ee8187deb238ec7728e313b3c422 (diff) | |
Reload command now matches i3's implementation
(cherry picked from commit ea3ba203cc65671d9bf9da5ddbc698b18ed7685c)
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; |
