diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-04 03:18:00 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-04 03:18:00 -0500 |
| commit | 43484bbd23c43462fc65fb7d8f427941431dc639 (patch) | |
| tree | 8d646ebb5770c818bf4373931138bf6b8092f90c | |
| parent | a443846ff32288ee84642b33d76b443fc456d101 (diff) | |
Fixed Window Rules for xdg_tag
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 1 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 1 |
2 files changed, 1 insertions, 1 deletions
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 |
