koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning
MIT License
24.11k stars 647 forks source link

How can I move the current window to a different space and have the mouse cursor still follow the window? #2416

Open eret9616 opened 2 months ago

eret9616 commented 2 months ago

I tried using keyboard shortcuts to move the window to another space, but I found that the cursor does not follow the window


# move window to space

shift + alt -1 : yabai -m window --space 1;
rOnInRaJ-dev commented 2 months ago

Have you disabled the System Integrity Protection on MacOs?

I had the same issue, but I did not disable the System Integrity Protection (for security reasons), and a lot of the features with yabai corresponding with focusing on windows in different spaces requires you to disable it.

If there is a way to fix this issue otherwise, that other people know, I hope they chime in to help out. :)

edit: have a look at #1863