diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-26 01:33:47 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-26 01:33:47 +0200 |
| commit | 16a58488f048e120c9c9531dfa77f4a8d73fa2c5 (patch) | |
| tree | f4f232c68985e7d248a92fd410dc04a09712993c /config/picom/picom.conf | |
| parent | d7272142a6428df8e8cc230cec42aa4e3c7c5c76 (diff) | |
feat(picom): switch blur kernel to 3x3gaussian
Diffstat (limited to 'config/picom/picom.conf')
| -rw-r--r-- | config/picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 6226322..3f837cc 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -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'" ]; |
