Fire notify for select-layout, from George Nachman.

pull/1394/head
nicm 2018-07-02 12:39:14 +00:00
parent a14aa788d4
commit 42935bde71
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item)
changed:
free(oldlayout);
server_redraw_window(w);
notify_window("window-layout-changed", w);
return (CMD_RETURN_NORMAL);
error: