esjeon / kwin-forceblur

Force-enable blur effect to user-specified windows
MIT License
151 stars 8 forks source link

Blur not working on firefox context menu #13

Closed enzobelmont closed 3 years ago

enzobelmont commented 3 years ago

i've using picom on xfce and others DEs, and firefox's context menu shows a nice blur; but in my loved plasma, blur is not working on firefox's context menus.

I've tried to find WM_CLASS id of firefox context menu's, but i am afraid that it has no one (because it is not a window of course).

Your help would be so much appreciated.

Thanks in advance.

esjeon commented 3 years ago

This is unfixable because KWin doesn't tell the script about context menus. Picom can handle them only because Picom itself is the compositor.

Maybe you can simply replace KWin compositor with Picom instead. I've seen people doing this.