From 16a58488f048e120c9c9531dfa77f4a8d73fa2c5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 26 Jul 2023 01:33:47 +0200 Subject: [PATCH] feat(picom): switch blur kernel to 3x3gaussian --- config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'" ];