mirror of
https://github.com/swaywm/sway.git
synced 2026-03-12 05:34:29 -04:00
Introduce cursor_rebase
This function "rebases" the cursor on top of whatever is underneath it, without triggering any focus changes.
This commit is contained in:
parent
28f3b8cb03
commit
9ea71f292b
8 changed files with 78 additions and 51 deletions
|
|
@ -399,7 +399,7 @@ bool workspace_switch(struct sway_workspace *workspace,
|
|||
}
|
||||
seat_set_focus(seat, next);
|
||||
arrange_workspace(workspace);
|
||||
cursor_send_pointer_motion(seat->cursor, 0, true);
|
||||
cursor_rebase(seat->cursor);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue