-
-
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
window_border on results in blurred screen sharing in Slack #1471
Comments
As of 5.x, window border also includes a blur behind each window. This is only really noticeable with non-opaque windows, so if you've left Try setting |
@cherche thanks, that worked! Would be nice to be able to disable the blur for select windows, like slack screen sharing. |
@rickythefox Just did a quick read of the docs and there is a way to automate this with rules, as long as it's possible to target the Slack screen sharing window:
You'll need to query windows ( |
This happend to me when recording my screen with CleanshotX as well! |
You should be able to detect these windows and to disable borders for them using a rule1, e.g., # Disable borders for all Slack windows that are not standard windows.
yabai -m rule--add app=^Slack$ subrole!=AXStandardWindow border=off If you want to investigate this a bit further, I recommend using Footnotes |
Looks like the transparent window is AXStandardWindow as well - I get 2 extra slack entries in the query. Or maybe those are something else and the transparent one is not detected as the extra ones have |
I also managed to solve this problem by turning off the window_topmost setting
|
A bit of a weird issue here.
When yabai is configured with
window_border on
and you share you screen during a Slack call the whole screen is blurred. Settingwindow_border off
removes the blur. This used to work fine in 4.x versions.The text was updated successfully, but these errors were encountered: