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
Yesterday, I noticed that the shadow was no longer displayed in Chrome. It must have been an update that had something to do with it. I remember a recent update popped up saying something had changed and I wanted to overwrite it, or something. I clicked No.
Offline
Check the picom.conf file an see if the changes are still there.
Also use xprop to see if an update to Google Chrome changed the class name.
You must unlearn what you have learned.
-- yoda
Offline
I think everything is entered correctly in picom.conf.
Offline