From e381ec86725053484e85d6d469db9c5993170401 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 1 Dec 2023 15:24:25 +0100 Subject: [PATCH] WIP: update to 23.11 --- modules/hm/hyprland.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 749bc15..44a9420 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -92,14 +92,21 @@ layout = dwindle } + misc { + disable_hyprland_logo = true + } + decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 - blur = yes - blur_size = 3 - blur_passes = 1 - blur_new_optimizations = on + + blur { + enabled = true + size = 3 + passes = 1 + new_optimizations = true + } drop_shadow = yes shadow_range = 4