From 2ca7df204a3f668280b920969c48e06234bcf29d Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 13 Jul 2026 17:04:01 -0400 Subject: [PATCH 1/2] ghostty config --- ghostty/config.ghostty | 1 + 1 file changed, 1 insertion(+) create mode 100644 ghostty/config.ghostty diff --git a/ghostty/config.ghostty b/ghostty/config.ghostty new file mode 100644 index 0000000..d9ffba8 --- /dev/null +++ b/ghostty/config.ghostty @@ -0,0 +1 @@ +background-opacity = 0.66 From d1bd4acf18e9ddad50abe14bede79661c37c1b35 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 13 Jul 2026 17:04:19 -0400 Subject: [PATCH 2/2] 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,