mirror of
https://github.com/swaywm/sway.git
synced 2026-04-26 06:46:26 -04: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
0cb9282aee
commit
a85eb4cd1e
4 changed files with 24 additions and 11 deletions
|
|
@ -110,7 +110,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