sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d898e035ba539005a8d7fa8283191f4c4054612e
parent 6865b8aae9736e73a2153bce89d979737f8162cc
Author: Ian Fan <ianfan0@gmail.com>
Date:   Wed, 18 Jul 2018 11:38:06 +0100

ipc: add workspace::reload event

Diffstat:
Msway/commands/reload.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/commands/reload.c b/sway/commands/reload.c @@ -22,6 +22,7 @@ struct cmd_results *cmd_reload(int argc, char **argv) { if (!load_main_config(config->current_config_path, true)) { return cmd_results_new(CMD_FAILURE, "reload", "Error(s) reloading config."); } + ipc_event_workspace(NULL, NULL, "reload"); load_swaybars();