From d0d87761216e70d66ead1eb849bfd474dce07ce0 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 21 Jun 2025 11:31:49 +0200 Subject: [PATCH] hyprland rounding --- modules/home/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index c858e6f..bcf415a 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -39,8 +39,8 @@ in { allow_tearing = false; }; decoration = { - rounding = 8; - rounding_power = 3.5; + rounding = 10; + rounding_power = 4; blur = { enabled = true; xray = true;