mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
commands/focus: force container warp when fulfilling focus mode_toggle
This commit switches focusing behavior to force a warp when executing `focus mode_toggle`. Fixes #5772.
This commit is contained in:
parent
8c12e71a66
commit
60d95414d4
4 changed files with 24 additions and 11 deletions
|
|
@ -116,7 +116,7 @@ void cursor_set_image_surface(struct sway_cursor *cursor,
|
|||
struct wl_client *client);
|
||||
|
||||
void cursor_warp_to_container(struct sway_cursor *cursor,
|
||||
struct sway_container *container);
|
||||
struct sway_container *container, bool force);
|
||||
|
||||
void cursor_warp_to_workspace(struct sway_cursor *cursor,
|
||||
struct sway_workspace *workspace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue