feat(picom): switch blur kernel to 3x3gaussian

This commit is contained in:
Anhgelus Morhtuuzh 2023-07-26 01:33:47 +02:00
parent d7272142a6
commit 16a58488f0
No known key found for this signature in database
GPG key ID: 7765EC9C8383805F

View file

@ -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'" ];