hyprland: keep WoW tiled
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
e23e405b50
commit
bfe03e4a19
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue