diff --git a/homes/modules/wm/hyprland/hypr/windowrules.conf b/homes/modules/wm/hyprland/hypr/windowrules.conf index cbda8e0..1ef1d8c 100644 --- a/homes/modules/wm/hyprland/hypr/windowrules.conf +++ b/homes/modules/wm/hyprland/hypr/windowrules.conf @@ -48,3 +48,13 @@ windowrule { match:fullscreen = false opacity = 0.97 } + +# ---------------------------------------------------------------------------- # +# spotify - blur +windowrule { + name = spotify-blur + match:class = ^(spotify)$ + match:initial_class = ^(spotify)$ + match:fullscreen = false + opacity = 0.93 +}