From 26f0d0d5788f4aa514b757f57b5002fbd8ad8c85 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 6 Apr 2024 14:55:15 +0200 Subject: [PATCH] Enable rounding --- modules/home/de/hyprland.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/de/hyprland.nix b/modules/home/de/hyprland.nix index 86b6766..50b49bc 100644 --- a/modules/home/de/hyprland.nix +++ b/modules/home/de/hyprland.nix @@ -58,7 +58,11 @@ in { no_gaps_when_only = 1; }; - decoration.drop_shadow = false; + decoration = { + rounding = 6; + drop_shadow = false; + }; + animations.enabled = false; bind =