From 8a9e8bf06ab9eecd0fa27f7dffe2bebbc1470556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 9 Jan 2026 12:37:58 +0100 Subject: [PATCH] hyprland: defancy --- configs/graphical/home-manager.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index 48867e4..55fab77 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -267,12 +267,12 @@ in active_opacity = 1.0; inactive_opacity = 1.0; shadow = { - enabled = true; + enabled = false; range = 4; render_power = 3; }; blur = { - enabled = true; + enabled = false; size = 3; passes = 1; vibrancy = 0.17;