Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: blur whitelist option #10

Open
Rivet92 opened this issue Apr 21, 2019 · 1 comment
Open

Feature request: blur whitelist option #10

Rivet92 opened this issue Apr 21, 2019 · 1 comment

Comments

@Rivet92
Copy link

Rivet92 commented Apr 21, 2019

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

@M4he
Copy link

M4he commented May 16, 2019

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.

tryone144 pushed a commit that referenced this issue Dec 20, 2019
Some more trivial Xlib -> XCB conversions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants