-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Property override_redirect = true matches all windows irrespective of state #625
Comments
If I am not mistaken, |
@tryone144 Thanks so much for your reply. I see, that's a bummer. Do you see anyway that this could be implemented in the future? A lot of functionality in zoom somewhat depends on this (such as annotations while screensharing) and it's annoying to remove background blur from all zoom windows. Alternatively, would there be a way to toggle this when I have to screenshare? Also, Is this documented somewhere? I did not see anything in the manpages regarding this. P.S. Thanks so much for your contributions, especially the kawase blur haha |
I can make |
Fixes #625 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Fixed in |
Platform
Arch Linux x86_64
GPU, drivers, and screen setup
NVIDIA GeForce GTX 1660 Ti Mobile, nvidia-drivers 465.27, single monitor setup with xrandr
Using video drivers - xf86-video-intel-1:2.99.917+916+g31486f40-1, mesa-21.0.3-2
Environment
Awesome WM
picom version
Configuration:
Steps of reproduction
Note: I did this using zoom. All I did was start a zoom meeting and it shows a reminder on the corner. This window has the override redirect property set. Also, it has rounded corners along with a transparent border.
Expected behavior
Adding override_redirect = true to background-blur-exclude property should remove blur from such windows and the behaviour for remaining windows should be the same.
Current Behavior
This removes background blur from all windows (irrespective of override redirect state)
EDIT: I tried this with exclude-shadow as well. Seems like it is not being detected after all. tryone144's comment makes sense.
Other details
The text was updated successfully, but these errors were encountered: