feat(desktop): add screenshot capture (task 0028) #20

Merged
alexion merged 3 commits from task-0028-screenshot-capture into main 2026-07-22 22:26:02 -04:00
Showing only changes of commit 708a3ee963 - Show all commits

View File

@@ -37,6 +37,12 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
home-manager.users.${user} = { 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. # Print with plain/Shift/Ctrl for region/window/full.
# Super+L, the spec's chosen key, is already the hjkl focus and movement # Super+L, the spec's chosen key, is already the hjkl focus and movement
# bind, so screenshots take the Print key instead. # bind, so screenshots take the Print key instead.