From: Andre Ramnitz Date: Thu, 17 Sep 2026 19:28:00 +0000 (+0200) Subject: hypr: fix wow client via heroic->battle.net windowrule X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=8e9918f2b6e659262f1d25986850cc068b0d4c8d;p=dotfiles.git hypr: fix wow client via heroic->battle.net windowrule --- diff --git a/dot-config/hypr/fragments/windowrules.lua b/dot-config/hypr/fragments/windowrules.lua index 87ea500..b6b86ab 100644 --- a/dot-config/hypr/fragments/windowrules.lua +++ b/dot-config/hypr/fragments/windowrules.lua @@ -159,7 +159,7 @@ hl.window_rule({ hl.window_rule({ name = "workspace6", match = { - content = "game", + tag = "game", }, workspace = 6, }) @@ -303,6 +303,15 @@ hl.window_rule({ tag = "+game", }) +hl.window_rule({ + name = "tag_battlenet_games", + match = { + class = "^(steam_app_default)$", + title = "^(World of Warcraft)$", + }, + tag = "+game", +}) + hl.window_rule({ name = "disable_eyecandy_fortag", match = {