From db00254bf2c255e337dbb211a12b0e6bfe209650 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 2 Sep 2023 15:31:12 -0500 Subject: [PATCH] refactor(hypr): increase blur --- dots/.config/hypr/wm/appearance.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/wm/appearance.conf b/dots/.config/hypr/wm/appearance.conf index 03550854..151ad04b 100644 --- a/dots/.config/hypr/wm/appearance.conf +++ b/dots/.config/hypr/wm/appearance.conf @@ -3,8 +3,8 @@ decoration { blur { enabled = true - size = 10 - passes = 4 + size = 12 + passes = 6 new_optimizations = true }