mirror of
https://github.com/swaywm/sway.git
synced 2026-03-21 05:33:56 -04:00
Merge f0731de2d3 into 40aabb80c6
This commit is contained in:
commit
6cb28d0c93
1 changed files with 4 additions and 0 deletions
|
|
@ -771,6 +771,10 @@ static struct cmd_results *cmd_move_in_direction(
|
||||||
ipc_event_window(container, "move");
|
ipc_event_window(container, "move");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Re-focus re-parented container.
|
||||||
|
seat_set_raw_focus(config->handler_context.seat, &new_ws->node);
|
||||||
|
seat_set_focus_container(config->handler_context.seat, container);
|
||||||
|
|
||||||
container_end_mouse_operation(container);
|
container_end_mouse_operation(container);
|
||||||
|
|
||||||
return cmd_results_new(CMD_SUCCESS, NULL);
|
return cmd_results_new(CMD_SUCCESS, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue