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

FR: blur-method = "kawase"; #563

Closed
v6cc opened this issue Dec 10, 2020 · 1 comment
Closed

FR: blur-method = "kawase"; #563

v6cc opened this issue Dec 10, 2020 · 1 comment

Comments

@v6cc
Copy link

v6cc commented Dec 10, 2020

Expected behavior

kawase

hope can blur like kawase in the third pic, come from https://github.com/tryone144/compton

@v6cc v6cc changed the title Is there a way blur like compton blur-method = "kawase"; FR: blur-method = "kawase"; Dec 10, 2020
@tryone144
Copy link
Collaborator

When using a recent build from the next branch, you can use the dual-filter kawase blur with the experimental glx backend (see #32 (comment) and #382).
Use it with --experimental-backends and

backend = "glx";
blur-method = "dual_kawase";
blur-strength = 7;

in your config.
The old parameter "kawase" still works but has been deprecated in favor of "dual_kawase" to better reflect that the underlying algorithm uses in fact two two different kawase-filters.

@v6cc v6cc closed this as completed Dec 11, 2020
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