From 33affb33d2d083b6ab8500175210370141e0a113 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Fri, 2 Oct 2020 12:42:48 -0700 Subject: tiling_drag: emit window move ipc events --- sway/input/seatop_move_tiling.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-54-g00ecf