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
|
||||
blur:
|
||||
{
|
||||
method = "gaussian";
|
||||
size = 47;
|
||||
deviation = 25.0;
|
||||
method = "dual_kawase";
|
||||
strength = 8;
|
||||
};
|
||||
blur-background-frame = true;
|
||||
blur-background-fixed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user