feat(desktop): float the satty annotator window (task 0028)

This commit is contained in:
2026-07-22 22:09:56 -04:00
parent 9963a0dbe4
commit 708a3ee963

View File

@@ -37,6 +37,12 @@ in
config = lib.mkIf cfg.enable {
home-manager.users.${user} = {
# satty is a one-shot annotation surface, so float it rather than letting
# it claim a tile in the layout.
wayland.windowManager.hyprland.settings.windowrule = [
"float, class:^(com\\.gabm\\.satty)$"
];
# Print with plain/Shift/Ctrl for region/window/full.
# Super+L, the spec's chosen key, is already the hjkl focus and movement
# bind, so screenshots take the Print key instead.