Reload command now matches i3's implementation

(cherry picked from commit ea3ba203cc)
This commit is contained in:
Geoffrey Casper 2020-07-04 12:28:19 -04:00 committed by Simon Ser
parent 585cf904c5
commit f5ba5cbcf6
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
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;