From d1bd4acf18e9ddad50abe14bede79661c37c1b35 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 13 Jul 2026 17:04:19 -0400 Subject: [PATCH] inactive hyprland decoration --- hypr/hyprland.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hypr/hyprland.lua b/hypr/hyprland.lua index 47dfcdd..2150eda 100644 --- a/hypr/hyprland.lua +++ b/hypr/hyprland.lua @@ -71,6 +71,11 @@ hl.config({ }, decoration = { rounding = 6, + inactive_opacity = 0.4, + dim_modal = true, + dim_inactive = true, + dim_strength = 0.4, + dim_special = 0.5, blur = { enabled = true, size = 6,