hyprland: keep WoW tiled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-04 22:06:18 +01:00
parent e23e405b50
commit bfe03e4a19

View file

@ -246,6 +246,12 @@ in
tile = true,
})
-- WoW keeps requesting fullscreen/maximize; ignore so it stays tiled.
hl.window_rule({
match = { class = "steam_app_default", title = "^World of Warcraft$" },
suppress_event = "fullscreen maximize",
})
-- Battle.net (a non-Steam shortcut, so class steam_app_0) spams
-- window-activation events that clear quickshell's focus grab and
-- instantly close the launcher / power menu. Drop those events.