From 368d5087efc9d08c43485b3e72c0f6bcd8269015 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Tue, 16 May 2023 21:31:49 +0100 Subject: [PATCH] awesome blur --- common/.config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.config/picom.conf b/common/.config/picom.conf index 5e6180c..321c695 100644 --- a/common/.config/picom.conf +++ b/common/.config/picom.conf @@ -241,7 +241,7 @@ blur: { # requires: https://github.com/ibhagwan/picom method = "kawase"; #method = "kernel"; - strength = 3; + strength = 5; # deviation = 1.0; # kernel = "11x11gaussian"; background = false;