hyprland: keep Dungeon Runners tiled, suppress its fullscreen requests

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-24 11:30:10 +01:00
parent 14b1882589
commit 25319ea033

View file

@ -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.
--