-
-
Notifications
You must be signed in to change notification settings - Fork 658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
on Sonoma 14.5 moving window to space is not working #2240
Comments
It looks like you're missing:
|
Same issue here, tried reinstalling yabai from HEAD but no luck. Attempting to move a window to another workspace causes it to simply just un-tile until I switch away from that workspace and back. |
Where should I put this? Also did this change lately? in the past typing this: > yabai -m window --space 2 --focus, wass enough to move window to a different space and move the focuse to it. |
same issue here, in previous macos version (13.x.x) i can use yabai without disable the SIP partially, everything works flawlessly especially window movement between spaces. But now in 14.5 window mode always failed to move windows between spaces |
Same issue here after upgrading to 14.5 |
Possible duplicate of #2261 |
I'm seeing the same thing after upgrading to 14.5, with no config changes. FWIW I also downloaded and tried out Amethyst and they seem to be having the same problem. |
Just updated having the same issue. |
Likewise, having the same issue after updating today |
Amethyst now also a a bug report regarding this issue ianyh/Amethyst#1643 |
I got some questions when thinking about this issue which I posted in the discussion forum: #2274 to not spam this issue. Maybe if you have the time leave me a coment :) |
that would be awful, can't really turn sip of on company laptops.. i really hope this isn't true thanks for looking into it @koekeishiya |
To make this work do we have to fully disable SIP or we can add a flag to this?
|
Installing from |
it works with SIP enabled? |
"partialy" disabled. You need to disable filesystem restrictions, debug restricitons and nvram restrictions. (Not sure why NVRAM and FS are needed, but yeah) |
I have the same SIP configuration and have reinstalled from HEAD but to no avail, still facing the issue :/ |
Is there any other / alternative way to do the "windows movement" between spaces without using |
Did you do all the steps explained in the Wiki? And Intel or Arm? https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection |
Installing from HEAD fixed the moving windows to different spaces for as well without changing any SIP settings.
Installing from head fixed the issue for me as well without changing any SIP configuration. |
Have you configured the scripting addition? Seeing anything in error logs? |
Installing from HEAD fixed it for me as well, SIP partially disabled. |
Fixed on master using parts of the old legacy workspace/spaces system that for some reason is still partially maintained in some ways, but didn't get validation added to it like the new API did. When this version inevitably gets patched in the next macOS update this functionality will require SIP to be partially disabled. Works without having to disable SIP again for now though. |
I have SIP completely disabled and I'm still getting this "payload (0x7B) doesn't support this macOS version!" error. |
The recent fix worked for me! :) Thank you! |
The recent fix worked for me too! :D |
The recent fix worked for me as well, but floating windows disappear when trying to move a window to another space. |
Upgraded to 7.1.1 just now. I have SIP enabled and the recent fix worked for me. I can move windows between spaces again! Thank you koekeishiya! |
you have sip fully enabled? |
@jordan-da yes.
|
I had the same issue. But reinstalled from HEAD and now it's working fine with SIP enabled. |
@jan-wacker thanks! I ended up going to loop way easier to install and customize, with no need to enable SIP... 😞 |
I'm on macos 15.0.1 with an M1 Pro using the latest yabai version 7.1.4. I don't know wich macos update caused, but I cant move windows to a space for a longer time now, at least a month. Currently when I do Is this now the time where I need to disable SIP in order to keep it working as before? |
Just updated and seeing the exact same as @konstantinschuette. |
I know it's not a solution to this issue but I switched now to Aerospace. I always wanted to instantly switch between (work-)spaces, which I now can. In yabai I had to disable SIP, which wasn't an option for me |
macos 15.x is sequoia, not Sonoma |
doesn't work for me neither on macos 15, even with disabled SIP. |
Same here, I am on MacOS 15.1.1 and yabai 7.1.5. SIP is fully enabled. |
v7.1.5 does not work for me edit: switched to aerospace |
v7.1.5 doesn't work for me too. |
typing yabai -m window --space 2 --focus doesn't yield any results.
SIP is disabled.
config:
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
sudo yabai --load-sa
global settings
yabai -m config mouse_follows_focus on
yabai -m config focus_follows_mouse on
yabai -m config window_placement second_child
yabai -m config split_ratio 0.50
yabai -m config mouse_modifier alt
yabai -m config mouse_action1 move
yabai -m config mouse_action2 resize
general space settings
yabai -m config layout bsp
yabai -m config top_padding 5
yabai -m config bottom_padding 5
yabai -m config left_padding 5
yabai -m config right_padding 5
yabai -m config window_gap 5
echo "yabai configuration loaded.."
#disable soecific apps
yabai -m rule --add app="^System Settings$" manage=off
yabai -m rule --add app="^Calculator$" manage=off
yabai -m rule --add app="^Finder$" manage=off
yabai -m rule --add app="^Messages$" manage=off
yabai -m rule --add app="^Obsidian$" manage=off
borders active_color=0xF0BE8900 inactive_color=0xff494d64 width=3.0 style=round hidpi=on&
The text was updated successfully, but these errors were encountered: