summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/reload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/reload.c b/sway/commands/reload.c
index 36c6acce..5c1b19b4 100644
--- a/sway/commands/reload.c
+++ b/sway/commands/reload.c
@@ -22,6 +22,7 @@ struct cmd_results *cmd_reload(int argc, char **argv) {
22 if (!load_main_config(config->current_config_path, true)) { 22 if (!load_main_config(config->current_config_path, true)) {
23 return cmd_results_new(CMD_FAILURE, "reload", "Error(s) reloading config."); 23 return cmd_results_new(CMD_FAILURE, "reload", "Error(s) reloading config.");
24 } 24 }
25 ipc_event_workspace(NULL, NULL, "reload");
25 26
26 load_swaybars(); 27 load_swaybars();
27 28