fix(desktop): use windowrule v3 syntax for the satty float rule (task 0028)

This commit was merged in pull request #20.
This commit is contained in:
2026-07-22 22:22:20 -04:00
parent 708a3ee963
commit 37ddf4342a
2 changed files with 8 additions and 1 deletions

View File

@@ -39,8 +39,10 @@ in
home-manager.users.${user} = {
# satty is a one-shot annotation surface, so float it rather than letting
# it claim a tile in the layout.
# windowrule v3 syntax: space-separated field/value tokens, comma
# separated, with matchers under a match: prefix and effects bare.
wayland.windowManager.hyprland.settings.windowrule = [
"float, class:^(com\\.gabm\\.satty)$"
"float 1, match:class ^(com\\.gabm\\.satty)$"
];
# Print with plain/Shift/Ctrl for region/window/full.