From 8e9918f2b6e659262f1d25986850cc068b0d4c8d Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 17 Sep 2026 21:28:00 +0200 Subject: [PATCH] hypr: fix wow client via heroic->battle.net windowrule --- dot-config/hypr/fragments/windowrules.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 = { -- 2.55.0