You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to enable other window management apps to take priority over Yabai's window resizing? I would like to use Yabai to handle automatic window management (bsp), but use Raycast to set the specific window sizes. Currently, the window briefly flashes the resized window, but then immediately return to its initial size.
The text was updated successfully, but these errors were encountered:
nach00
changed the title
Allow
Allow Raycast to manage window resizing
Dec 10, 2024
Just write scripts for raycast...
Yabai is made so you can execute shell commands to tell it what to do. So all you need is to add named shell commands into raycast, or wrap every needed command into a macos app or shell script executable placed into /Applications (or /Users/User/Applications). This way, you can even teach the built-in spotlight menu to send commands to yabai.
I believe this question was asked not in the right place, because you should ask raycast forums how to add async shell commands into it, or better just search the internet or read documentation to raycast.
Is there a way to enable other window management apps to take priority over Yabai's window resizing? I would like to use Yabai to handle automatic window management (bsp), but use Raycast to set the specific window sizes. Currently, the window briefly flashes the resized window, but then immediately return to its initial size.
The text was updated successfully, but these errors were encountered: