hyprland: keep Dungeon Runners tiled, suppress its fullscreen requests
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
14b1882589
commit
25319ea033
1 changed files with 8 additions and 0 deletions
|
|
@ -432,6 +432,14 @@ in
|
|||
suppress_event = "fullscreen maximize",
|
||||
})
|
||||
|
||||
-- Dungeon Runners does the same. Faugus/umu gives non-Steam games
|
||||
-- the same steam_app_default class, so the generic tile rule above
|
||||
-- already catches it; this only stops the fullscreen requests.
|
||||
hl.window_rule({
|
||||
match = { class = "steam_app_default", title = "^Dungeon Runners$" },
|
||||
suppress_event = "fullscreen maximize",
|
||||
})
|
||||
|
||||
-- Battle.net requests activation on its own while running, which
|
||||
-- steals focus. Drop those events.
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue