-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Avoid broken state when acting on the only space in certain situations #182
Comments
Performing these checks could very possibly add noticable performance degradation to these features. |
Checking this manually with |
I consider an additional 25ms noticable enough to be annoying (for me personally). The work pretty much consist of querying all spaces on the display of the space we are acting on, and checking the type of each space. It's not a huge deal, but it does feel kinda wasteful to me. I don't disagree that the confidence in the stability of said feature has more value to it. |
Well, most of those 25ms is converting the output to json and parsing the jq script. I doubt it'd be more than 5ms when checking for this internally. I just don't think any command should ever lead to a state only |
Bug report
yabai / Dock.app currently end up in a broken state when
In any of these situations yabai should return a non-zero exit code and print an appropriate message to stderr.
The text was updated successfully, but these errors were encountered: