We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be nice to have an option to define which windows have blur transparency instead of having to blacklist everything else.
The text was updated successfully, but these errors were encountered:
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.
Tilix
Tint2
Sorry, something went wrong.
Merge pull request #10 from psychon/remove-xfixes
e58de49
Some more trivial Xlib -> XCB conversions
No branches or pull requests
Would be nice to have an option to define which windows have blur transparency instead of having to blacklist everything else.
The text was updated successfully, but these errors were encountered: