From 4ef6c24751f8a1e8c89805729febf13e9c5504f5 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Mon, 5 May 2025 11:07:09 +0200 Subject: [PATCH] hyprland/decorations.nix: enable decorations again --- modules/wms/wayland/hyprland/decorations.nix | 22 +++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/modules/wms/wayland/hyprland/decorations.nix b/modules/wms/wayland/hyprland/decorations.nix index 5d75710..2355693 100644 --- a/modules/wms/wayland/hyprland/decorations.nix +++ b/modules/wms/wayland/hyprland/decorations.nix @@ -5,7 +5,7 @@ _: { rounding = 10; rounding_power = 3; blur = { - enabled = false; + enabled = true; size = 3; passes = 2; }; @@ -19,13 +19,13 @@ _: { animations = { enabled = true; }; - animation = [ - "windows, 1, 4, dupa, popin" - "windowsOut, 1, 4, dupa, slide" - "border, 1, 15, default" - "fade, 1, 10, default" - "workspaces, 1, 5, dupa, slidevert" - ]; + animation = [ + "windows, 1, 4, dupa, popin" + "windowsOut, 1, 4, dupa, slide" + "border, 1, 15, default" + "fade, 1, 10, default" + "workspaces, 1, 5, dupa, slidevert" + ]; cursor = { hide_on_key_press = true; @@ -59,5 +59,11 @@ _: { "center, class: ^(code), title: ^(Open*)" "float, class:^(org.keepassxc.KeePassXC)$" ]; + + layerrule = [ + "blur, shell:launcher" + "ignorezero, shell:launcher" + "animation popin 90%, shell:launcher" + ]; }; }