mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 19:38:01 +03:00
Merge f0731de2d3
into a25645a5a6
This commit is contained in:
commit
8c74873ed7
1 changed files with 4 additions and 0 deletions
|
@ -770,6 +770,10 @@ static struct cmd_results *cmd_move_in_direction(
|
|||
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);
|
||||
|
||||
return cmd_results_new(CMD_SUCCESS, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue