Closed fbmoose48 closed 4 years ago
do xprop
on a conky window
I ran xprop
on conky windows under both 8.3 and 8.5, it returned empty. I could try again changing own_window_type = 'override'
to something else, but that wouldn't reperesent my use-case.
oh, try lowercasing conky class in your shadow excludes
shadow-exclude = "class_g = 'Conky'"
to shadow-exclude = "class_g = 'conky'"
seemed to work.
So it seem the config became case-sensitive for shadow-exclude
between 8.3 and 8.5?
looks like it is (it may be a fixed bug tho, because = looks like strict case-sensitive comparison for me). you're excluding from having shadow windows with "Conky" class, but you're explicitly setting conky's class to "conky" in it's config.
would be good to close the issue if it's solved.
thanks!
shadow-exclude = "class_g = 'Conky'"
toshadow-exclude = "class_g = 'conky'"
seemed to work.So it seem the config became case-sensitive for
shadow-exclude
between 8.3 and 8.5?
looks like this is still an issue in /etc/xdg/picom.conf on a recent install on Arch. The user intervention above seems to solve it though.
Platform
Arch amd64
GPU, drivers, and screen setup
Environment
picom version
Configuration:
Steps of reproduction
start conky with .conkyrc window specifications
Expected behavior
conky starts and blends seemlessly into desktop with no visual indication of designated windows width/height
Current Behavior
conky starts with a noticeable shadow/outline of the designated window area on the desktop, but is otherwise transparent
Stack trace
Other details