Closed KotonBads closed 2 years ago
I think this is an interaction between rounded corners and gnome client side rendering. There is not much picom can do, but you can selectively disable rounded corners for gnome windows using rounded-corners-exclude
I've solved this problem due (refer to #572), it's just now that there are some weird things appearing on items on hover. Also happens on browsers
sorry I missed the wintype, shadows was enabled for tooltips
I discovered it is due to frame background blur, therefore the following completely eliminates this issue in the most simple way: blur-background-frame = false;
I think this is an interaction between rounded corners and gnome client side rendering. There is not much picom can do, but you can selectively disable rounded corners for gnome windows using
rounded-corners-exclude
how if i need include app for corner?
Platform
Ubuntu 20.04 LTS
GPU, drivers, and screen setup
Intel UHD G1 Whatever is the latest thing in the repos
Environment
Xfce 4.14
picom version
vgit-a9977
When using rounded corners via
corner-radius = x
, some apps show a weird border that is way off the edge of the app's window. It mostly happens on gtk apps and xfce4-panel plugins like power manager.Version: vgit-a9977
Extensions:
Misc:
Drivers (inaccurate):
modesetting
Configuration:
Mostly just the standard config stuff
Steps of reproduction
corner-radius
to any valueExpected behavior
No weird borders that extend way out of the app's window
Current Behavior
Weird border appears way out of the app's window
https://user-images.githubusercontent.com/66117568/142205424-ab6f7afe-cd2c-4d9e-8e77-d941f8e6c214.mp4