# Alloy satty configuration # # Screenshot annotator per docs/STACK.md#screenshot-stack. Sway's # built-in captures the frame; satty picks up when the user wants # to annotate before sharing. # # Bound in the sway config as Mod+Print — annotates the most recent # screenshot under ~/Pictures/Screenshots/. [general] # Fullscreen so the tool blocks the whole session; matches the # screenshot-first-then-annotate flow better than a windowed editor. fullscreen = true # Skip the "save as" dialog on Ctrl+S — dump to the standard path. early-exit = true # Save PNG next to the source under ~/Pictures/Screenshots. save-after-copy = false output-filename = "%Y%m%d-%H%M%S.png" # Initial pen color = accent-warn (Alloy amber). Matches the OSD # highlight so the user isn't surprised the pen isn't red. initial-tool = "pen" # ------------------------------------------------------------------- # Palette exposed in the color picker — Alloy accents + neutrals. # ------------------------------------------------------------------ [color-palette] palette = [ "#b07840", # accent-warn "#6a2828", # accent-error "#3a5830", # accent-ok "#4a86c0", # accent-info "#1a1816", # text-primary "#ede7de", # surface-raised ] [font] family = "IosevkaTerm Nerd Font"