aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-02-03 23:18:31 -0500
committerDon Williams <don.e.williams@gmail.com>2026-02-03 23:18:31 -0500
commita443846ff32288ee84642b33d76b443fc456d101 (patch)
tree1161ee7314b3fd8e40d5bb25819c451947e2778f
parent535096fd2364203ac45aa06dd17e642d5e7d1021 (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.conf2
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage