Configuration Reference
The configuration file is located at ~/.config/shotdock/config.json:
{
"show_cursor": false,
"freeze": false,
"window_shadow": true,
"macos_titlebar": true,
"canvas_theme": "Transparent",
"timer_seconds": 0,
"save_to_disk": true,
"copy_to_clipboard": true,
"open_in_editor": false,
"save_dir": "~/Pictures/Screenshots",
"editor": null,
"ocr_lang": "eng",
"studio_quality": true,
"record_fps": 60
}
Schema
show_cursor(boolean): Include mouse cursor in screenshots. Defaultfalse.freeze(boolean): Freeze screen animations during snip viahyprpicker. Defaultfalse.window_shadow(boolean): Render 16px rounded corners and Gaussian drop shadow. Defaulttrue.macos_titlebar(boolean): Add dark mock titlebar with window controls. Defaulttrue.canvas_theme(string): Background canvas preset. Default"Transparent".timer_seconds(number): Countdown delay in seconds before capture (0, 3, 5, 10). Default0.save_to_disk(boolean): Write screenshot PNG tosave_dir. Defaulttrue.copy_to_clipboard(boolean): Copy screenshot PNG to Wayland clipboard. Defaulttrue.open_in_editor(boolean): Immediately launch annotation editor after capture. Defaultfalse.save_dir(string): Directory path for saved screenshots (supports~/).editor(string or null): Custom editor binary (e.g."satty"or"swappy"). Default auto-detectssattythenswappy.ocr_lang(string): Tesseract OCR language model code. Default"eng".studio_quality(boolean): Enable 60 FPS visually lossless H.264 recording profile (CRF 18). Defaulttrue.record_fps(number): Target framerate for video recording. Default60.
Canvas Themes
"Transparent": Alpha PNG with soft drop shadow."FollowSystem": Dynamic gradient matching desktop wallpaper palette (Wallbash)."RealWallpaper": Screenshot centered over blurred desktop wallpaper."White"/"Black": Solid studio backdrops."Sunset": Pink to purple gradient (#f43f5eto#8b5cf6)."Candy": Violet gradient (#ec4899to#a855f7)."Breeze": Cyan to blue gradient (#06b6d4to#3b82f6)."Raindrop": Blue to indigo gradient (#3b82f6to#6366f1)."Midnight": Deep dark indigo gradient (#1e1b4bto#0f172a)."Forest": Emerald to green gradient (#059669to#10b981).