- adapted tagging / apply mechanism for windowsRule for ren-py, zerene, zoom and steam

This commit is contained in:
2026-02-14 18:16:06 +01:00
parent c26e3fa2d2
commit b277a2534c

View File

@@ -306,35 +306,47 @@ windowrule {
float = on float = on
} }
#region Stay focused
windowrule { windowrule {
name = stay-focused name = stay-focused-tag-steam
match:class = (steam) match:class = (steam)
tag = +stay-focused
}
windowrule {
name = stay-focused-tag-zoom
match:class = ^(zoom)$ match:class = ^(zoom)$
tag = +stay-focused
}
windowrule {
name = stay-focused-apply
match:tag = stay-focused
stay_focused = on stay_focused = on
} }
#endRegion
#region tiled
windowrule {
name = tiled-tag-zerene
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
match:xwayland = 1
tag=+tiled
}
windowrule { windowrule {
name = tiled name = tiled-tag-renpy
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
match:title = (A Ren(.)Py Game) match:title = (A Ren(.)Py Game)
match:xwayland = 1 match:xwayland = 1
float = off tag = +tiled
} }
windowrule { windowrule {
name = stay-focused name = tiles-apply
match:class = (steam) match:tag = tiled
match:class = ^(zoom)$
stay_focused = on
}
windowrule {
name = tiled
match:class = ^(com-zerenesystems-stacker-gui-MainFrame)$
match:title = (A Ren(.)Py Game)
match:xwayland = 1
float = off float = off
} }
#endRegion
#jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257 #jetbrain xwayland fixes. see https://github.com/hyprwm/Hyprland/issues/4257
windowrule { windowrule {