feat(picom): switch blur kernel to 3x3gaussian
This commit is contained in:
parent
d7272142a6
commit
16a58488f0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ corner-radius = 10.0;
|
|||
blur-background = true;
|
||||
blur-background-frame = false;
|
||||
blur-background-fixed = false;
|
||||
blur-kern = "3x3box";
|
||||
blur-kern = "3x3gaussian";
|
||||
blur-method = "dual_kawase";
|
||||
blur-strength = 10;
|
||||
blur-background-exclude = [ "class_g = 'slop'", "class_g = 'Peek'", "class_g = 'kdeconnect.daemon'", "window_type = 'desktop'" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue