-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Rework cardinal directions for window selector to ignore floating windows #562
Comments
Solved all issues at once by simply ignoring floating windows and using the region allocated for the node of the managed window itself rather than the actual window size, to get around issues with window size constraints, window zoom integration, etc. |
I was wondering if this can be re-enabled for floating windows, perhaps as an experimental feature that would only turn on if say a flag is set to
|
Ditto for re-enabling this, even experimentally, for floating windows. I also only use yabai in floating window mode and have since lost the ability to focus any of my windows. :( |
Currently I'm using the last supported version for |
…e to a selection of different issues
Due to a lot of weird quirks when trying to support floating windows in the cardinal directions for the window selector, I've decided that it is simply better to be able to provide a good experience with the navigation for managed windows. I barely, if ever, use cardinal directions to focus floating windows and trying to support that creates a lot of issues.
It is obviously not a problem that is impossible to solve, but I don't think the time and effort required is worth it, considering how little this specific edge case is being used. I also think there are superior methods to focusing floating windows that could be utilized instead.
See some of the referenced issues for some of the problems that I'm talking about.
The text was updated successfully, but these errors were encountered: