aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/move.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sway/commands/move.c b/sway/commands/move.c
index bcbdaa2d..8addf26e 100644
--- a/sway/commands/move.c
+++ b/sway/commands/move.c
@@ -769,15 +769,6 @@ static struct cmd_results *cmd_move_in_direction(
769 ipc_event_window(container, "move"); 769 ipc_event_window(container, "move");
770 } 770 }
771 771
772 // Hack to re-focus container
773 seat_set_raw_focus(config->handler_context.seat, &new_ws->node);
774 seat_set_focus_container(config->handler_context.seat, container);
775
776 if (old_ws != new_ws) {
777 ipc_event_workspace(old_ws, new_ws, "focus");
778 workspace_detect_urgent(old_ws);
779 workspace_detect_urgent(new_ws);
780 }
781 container_end_mouse_operation(container); 772 container_end_mouse_operation(container);
782 773
783 return cmd_results_new(CMD_SUCCESS, NULL); 774 return cmd_results_new(CMD_SUCCESS, NULL);