MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux
GNU General Public License v3.0
4.25k stars 91 forks source link

Doesn't play nice with compositor-level blur #116

Closed alba4k closed 2 years ago

alba4k commented 2 years ago

Any easy way to exclude it from being blurred (picom)?

I'm referring to this

MrGlockenspiel commented 2 years ago

Try running with the -w flag

alba4k commented 2 years ago

Same thing (https://i.imgur.com/DCCPjBT.png)

In case it helps, I'm using picom-jonaburg-fix 0.1-2 (AUR)

MrGlockenspiel commented 2 years ago

If you add this to your picom.conf it should blacklist the blur effect on it

blur-background-exclude = [
  "class_g ?= 'activate-linux'",
];
alba4k commented 2 years ago

Yup, that works, thanks a lot

Good luck with the continuation of your project, by the way