-
-
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
Some windows blurred and unusable with latest release #1732
Comments
I'm also encountering this on both my macbooks, it seems possibly related to having the borders turned on? MacOS 13.3 |
@cbackas I believe you are correct. It does seem to be caused by having borders turned on, but also while having layer=above set. This can be tested using the following rule for the calculator app.
yabai -m rule --add app="Calculator" manage=off border=on sticky=on layer=above
yabai -m rule --add app="Calculator" manage=off border=off sticky=on layer=above |
@albertsj1 The "layer above" thing is so true. It happens so much on modals like download boxes or "do you wish to save/close" prompts. Its driving me insane as we speak as I attempt to download some tax documents. |
@cbackas Yeah. That drove me nuts as well. I found out that popups like that do not have titles, so I fixed that with this for Firefox: yabai -m rule --add app="^Firefox$" title="^$" manage=off I assume Chrome would be similar. I primarily use Vivaldi and downloads are in a sidebar of the main window, so it's not an issue. |
Window borders don't work properly on Ventura. Disable them if they are causing trouble in your workflow.
|
It was working fine on yabai 5.0.3 then after updating to 5.0.4 it started being all broken. I updated to 5.0.5 last night and after turning borders back on they seem fine again... |
They have been broken for all of Ventura. It was never working "fine" for you; it just doesn't exhibit broken behaviour a 100% of the time giving the illusion that "it appears to work". In reality, it doesn't. |
Borders have been removed in the latest release (v6.0.0) (#1889) because of multiple issues present in both Ventura and Sonoma. |
Hi. I've been using Yabai for over a year and it's amazing. Thank you for your hard work.
I installed Yabai 5.0.4 yesterday and I now every window that matches a rule I have for 'layer=above' is blurred and unusable.
See an example of a Zoom window blurred here: https://pasteboard.co/YF2p7Thl0pju.jpg
The output of
yabai -m query --windows | jq '.[] | select(.app == "zoom.us")'
: https://gist.github.com/albertsj1/c4479926fdc46bdf5f9f4a680ccd7de7and my
.yabairc
: https://gist.github.com/albertsj1/f60496003789921f5a8c6bbc30cddc2fOSX 13.3.1
2019 Intel 16-inch MacBook Pro
The text was updated successfully, but these errors were encountered: