Skip to content

Commit 42935bd

Browse files
author
nicm
committed
Fire notify for select-layout, from George Nachman.
1 parent a14aa78 commit 42935bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd-select-layout.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item)
136136
changed:
137137
free(oldlayout);
138138
server_redraw_window(w);
139+
notify_window("window-layout-changed", w);
139140
return (CMD_RETURN_NORMAL);
140141

141142
error:

0 commit comments

Comments
 (0)