diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-02-03 23:18:31 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-02-03 23:18:31 -0500 |
| commit | a443846ff32288ee84642b33d76b443fc456d101 (patch) | |
| tree | 1161ee7314b3fd8e40d5bb25819c451947e2778f | |
| parent | 535096fd2364203ac45aa06dd17e642d5e7d1021 (diff) | |
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
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
