From 29aae9a93e7087e3b992f7e729a3fb39ff95dbcd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 10 Nov 2025 21:29:41 +0100 Subject: [PATCH] Tweak blur settings and apply it to walker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Settings by @tobi ✌️ --- default/hypr/looknfeel.conf | 7 +++++-- default/hypr/windows.conf | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index 791e6ebd..26a55948 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -38,8 +38,11 @@ decoration { # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true - size = 3 - passes = 3 + size = 2 + passes = 2 + special = true + brightness = 0.60 + contrast = 0.75 } } diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index bc665b22..fd25599d 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -4,6 +4,9 @@ windowrule = suppressevent maximize, class:.* # Just dash of opacity by default windowrule = opacity 0.97 0.9, class:.* +# Blur on walker +layerrule = blur, walker + # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0