diff options
| -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 |
