mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
picom: use dual_kawase blur
This commit is contained in:
parent
7a2e8b3f1e
commit
30fd0b3024
@ -37,9 +37,8 @@ opacity-rule = [
|
|||||||
# Blurring
|
# Blurring
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "dual_kawase";
|
||||||
size = 47;
|
strength = 8;
|
||||||
deviation = 25.0;
|
|
||||||
};
|
};
|
||||||
blur-background-frame = true;
|
blur-background-frame = true;
|
||||||
blur-background-fixed = true;
|
blur-background-fixed = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user