You are not logged in.
I've noticed that Google Chrome doesn't use the window shadows configured in picom.conf. Is there something in Chrome's settings that might be preventing this? Transparency itself works fine, though. I'm using the BL Boron.
Regards, Picnic
Offline
Looks like Chrom{e,ium} is deliberately excluded from the shadow effects:
https://github.com/BunsenLabs/bunsen-co … #L102-L103
Edit the relevant lines in ~/.config/picom.conf
to change this but be aware that the devs may have had a good reason to apply that configuration OOTB. The shadows are excluded to prevent visual glitches, according to the comments in the linked source code.
Last edited by Head_on_a_Stick (2025-09-23 14:27:52)
Offline
I've already tried disabling those lines there. It works for VLC, for example, but Chrom/Chromium doesn't show any change.
Offline
Change these lines:
"name *= 'Chromium'",
"name *= 'Chrome'",
to
"class_g = 'Chromium'",
"class_g = 'Chrome'",
and see if that works.
You can use xprop to get the name and class of chromium.
You must unlearn what you have learned.
-- yoda
Offline
@PackRat thx now it works.
Last edited by Picnic (2025-09-26 09:08:36)
Offline