]> Freerunner's - dotfiles.git/commitdiff
hypr: fix wow client via heroic->battle.net windowrule
authorAndre Ramnitz <andre.ramnitz@mail.de>
Thu, 17 Sep 2026 19:28:00 +0000 (21:28 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Thu, 17 Sep 2026 19:28:00 +0000 (21:28 +0200)
dot-config/hypr/fragments/windowrules.lua

index 87ea500f5c4832b60352c9f5e4ece8747e34e3c7..b6b86ab99cee47320474be415309980fc24d1863 100644 (file)
@@ -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 = {