From 6de814c16c51e5111d2b4119d9dd9950206043ef Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 15 Mar 2025 14:30:06 +1100 Subject: [PATCH] hypr: better blur No xray and blur input methods Xray makes fade transitions look wrong when above other windows (e.g. the special workspace transition) --- hyprland/decoration.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyprland/decoration.conf b/hyprland/decoration.conf index f6bffed..00e01c3 100644 --- a/hyprland/decoration.conf +++ b/hyprland/decoration.conf @@ -3,13 +3,14 @@ decoration { blur { enabled = true - xray = true + xray = false special = false ignore_opacity = true # Allows opacity blurring new_optimizations = true size = 8 passes = 2 popups = true + input_methods = true } shadow {