Reload command now matches i3's implementation

This commit is contained in:
Geoffrey Casper 2020-07-04 12:28:19 -04:00
parent b4a75a1ab2
commit f4b387da89
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;