Tweak blur settings and apply it to walker

Settings by @tobi ✌️
This commit is contained in:
David Heinemeier Hansson
2025-11-10 21:29:41 +01:00
parent a6d49196d0
commit 29aae9a93e
2 changed files with 8 additions and 2 deletions

View File

@@ -38,8 +38,11 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#blur # https://wiki.hyprland.org/Configuring/Variables/#blur
blur { blur {
enabled = true enabled = true
size = 3 size = 2
passes = 3 passes = 2
special = true
brightness = 0.60
contrast = 0.75
} }
} }

View File

@@ -4,6 +4,9 @@ windowrule = suppressevent maximize, class:.*
# Just dash of opacity by default # Just dash of opacity by default
windowrule = opacity 0.97 0.9, class:.* windowrule = opacity 0.97 0.9, class:.*
# Blur on walker
layerrule = blur, walker
# Fix some dragging issues with XWayland # Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0