From 43484bbd23c43462fc65fb7d8f427941431dc639 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 4 Feb 2026 03:18:00 -0500 Subject: Fixed Window Rules for xdg_tag --- config/hypr/configs/WindowRules-config-v3.conf | 1 + config/hypr/configs/WindowRules.conf | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index d4a3b6b0..73e98fce 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -64,6 +64,7 @@ windowrule = match:class ^(im.riot.Riot|Element)$, tag +im # game tags windowrule = match:class ^(gamescope)$, tag +games windowrule = match:class ^(steam_app_\\d+)$, tag +games +windowrule = match:xdg_tag ^(proton-game)$, tag +games # gamestore tags windowrule = match:class ^([Ss]team)$, tag +gamestore diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index 5e1beef4..73e98fce 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -65,7 +65,6 @@ windowrule = match:class ^(im.riot.Riot|Element)$, tag +im windowrule = match:class ^(gamescope)$, tag +games windowrule = match:class ^(steam_app_\\d+)$, tag +games windowrule = match:xdg_tag ^(proton-game)$, tag +games -windowrule = match:xdgTag ^(proton-game)$, tag +games # gamestore tags windowrule = match:class ^([Ss]team)$, tag +gamestore -- cgit v1.2.3