Spotify Fix

This commit is contained in:
2026-01-15 19:42:41 +01:00
parent 6dbd0055aa
commit 0d115c2baf

View File

@@ -281,12 +281,12 @@ bindl=,switch:on:Lid Switch, exec, hyprlock --immediate
windowrule = suppress_event maximize, match:class ^.*$
# Fix some dragging issues with XWayland (XWayland floating windows, not fullscreen, not pinned)
windowrule = no_focus on, match:xwayland yes, match:float yes, match:fullscreen false, match:pin false
# windowrule = no_focus on, match:xwayland yes, match:float yes, match:fullscreen false, match:pin false
# Make some windows never translucent (always fully opaque)
windowrule = opacity 1.0 override, match:title (?i).*YouTube.*$
windowrule = opacity 1.0 override, match:title (?i).*Netflix.*$
windowrule = opacity 1.0 override, match:title (?i).*Spotify.*$
windowrule = opacity 1.0 override, match:class (?i).*Spotify.*$
windowrule = opacity 1.0 override, match:class (?i).*jetbrains.*$
# All the menus (floating + always opaque)