macOS 10.15 Catalina is now available and there are a few things to note when using yabai on Catalina.
window_opacity_duration for now, as the window server crashes completely on wake when window opacity was previously changed (yabai -m config window_opacity_duration 0.0). processEventTapData. It's harmless, but yabai might restart once a week or so.~sudo yabai --install-sa). If you have not done this in a while, note that the path for the scripting addition has changed from /System/Library/ScriptingAdditions to /Library/ScriptingAdditions in preparation for Catalina a while back.I thought #276 has been fixed already
I thought #276 has been fixed already
There hasn't been a new release yet since that change was made.
@dominiklohmann oh, my bad, :sweat_smile:
I'm having the following issue on 10.15.1
yabai-msg: failed to connect to socket..
I installed using homebrew:
brew install --HEAD yabai
and run sudo yabai --install-sa
Any tips on what I'm missing? i tried brew services restart yabai
Edit: Didn't work because of a missing config file ~/.config/yabai/yabairc, leaving this for reference.
Didn't work because of a missing config file ~/.config/yabai/yabairc, leaving this for reference.
This is no longer a requirement in v2.2.3 and newer.
In case it helps anyone else searching for an issue - after upgrading 10.15.3 -> 10.15.4 I found that moving a window to a different space, e.g.:
$ yabai -m window --space 1
worked, but switching space, e.g.:
$ yabai -m space --focus 1
did not.
Reinstalling the scripting additions with:
$ sudo yabai --install-sa
fixed it.
thx
In case it helps anyone else searching for an issue - after upgrading 10.15.3 -> 10.15.4 I found that moving a window to a different space, e.g.:
$ yabai -m window --space 1worked, but switching space, e.g.:
$ yabai -m space --focus 1did not.
Reinstalling the scripting additions with:
$ sudo yabai --install-safixed it.
When I reinstall it says payload doesn't support this macOS version. I guess I might need an upgrade?
Fixed the issue by uninstall and reinstall yabai then do:
sudo yabai --install-sa
I'm unpinning this to make room for the Big Sur thread. Nothing much has come up here for a while, so I think this can be considered done.
Most helpful comment
I'm having the following issue on
10.15.1yabai-msg: failed to connect to socket..I installed using homebrew:
brew install --HEAD yabaiand run
sudo yabai --install-saAny tips on what I'm missing? i tried
brew services restart yabaiEdit: Didn't work because of a missing config file
~/.config/yabai/yabairc, leaving this for reference.