-
-
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
make child windows app floating #1779
Comments
This is a bit hard to do on a general basis, because in most cases these child windows do not report enough information for yabai to determine that it should actually be treated as a floating window. I'd like it to work that way, but haven't really found a way to do so. You can use the query system to output information about the window and see if it is something that is applicable to filter through using window rules and/or the signal system: rules: signals: query: |
@koekeishiya I have found quite often that these windows have |
I take that back, I found another issue on this, and this solved the issue for me (as long as the window is not resizable) |
I tried it, but it didn't work. |
Hey,
Thank your for this awesome project (I'm a big fan of i3 in linux and this fill the gap).
Here is my issue:
I want to make popups and dialog child windows floating to avoid the above behaviour.
Any idea of how to get it done?
Thanks in advance!
The text was updated successfully, but these errors were encountered: