diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index af24cc95..98786885 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -195,6 +195,9 @@ int cmd_reload(struct sway_config *config, int argc, char **argv) { free(temp); config = read_config(f, true); fclose(f); + if (load_config()) { + + } return 0; } |