diff --git a/modules/desktop/wm/hyprland.nix b/modules/desktop/wm/hyprland.nix index 1b428b8..ab60cb2 100644 --- a/modules/desktop/wm/hyprland.nix +++ b/modules/desktop/wm/hyprland.nix @@ -92,7 +92,6 @@ in # Decoration settings decoration = { rounding = 10; - drop_shadow = false; blur = { enabled = true; size = 5; @@ -100,6 +99,9 @@ in new_optimizations = true; ignore_opacity = true; }; + shadow = { + enabled = true; + }; }; # Animation settings