aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/input/seatop_move_tiling.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c
index 09689183..2d3abc9a 100644
--- a/sway/input/seatop_move_tiling.c
+++ b/sway/input/seatop_move_tiling.c
@@ -5,6 +5,7 @@
#include "sway/desktop.h"
#include "sway/input/cursor.h"
#include "sway/input/seat.h"
+#include "sway/ipc-server.h"
#include "sway/output.h"
#include "sway/tree/arrange.h"
#include "sway/tree/node.h"
@@ -261,6 +262,7 @@ static void finalize_move(struct sway_seat *seat) {
container_split(target, new_layout);
}
container_add_sibling(target, con, after);
+ ipc_event_window(con, "move");
}
} else {
// Target is a workspace which requires splitting