From a443846ff32288ee84642b33d76b443fc456d101 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 3 Feb 2026 23:18:31 -0500 Subject: Added windowrule for proton game launchers The submission was: `windowrule = match:xdg_tag ^(proton-game)$, tag +games` However per `hyprctl clients` the tag is `xdgTag` For now I have added both rules. On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/WindowRules.conf --- config/hypr/configs/WindowRules.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index d4a3b6b0..5e1beef4 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -64,6 +64,8 @@ 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 +windowrule = match:xdgTag ^(proton-game)$, tag +games # gamestore tags windowrule = match:class ^([Ss]team)$, tag +gamestore -- cgit v1.2.3