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

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