tryone144 / compton

A compositor for X11.
Other
615 stars 236 forks source link

Feature request: blur whitelist option #10

Open Rivet92 opened 5 years ago

Rivet92 commented 5 years ago

Would be nice to have an option to define which windows have blur transparency instead of having to blacklist everything else.

M4he commented 5 years ago

Should already be possible by negating the conditional like this:

blur-background-exclude = [
    "!(class_g = 'Tilix' || class_g = 'Tint2')"
];

This effectively whitelists the window classes Tilix and Tint2 for blurring.