Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.satty.enable

Whether to enable Satty - Modern Screenshot Annotation.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.satty.package

The satty package to use.

Type: null or package

Default:

pkgs.satty

Declared by:

programs.satty.settings

Configuration for Satty written to $XDG_CONFIG_HOME/satty/config.toml.

See the Satty documentation for available options.

Type: TOML value

Default:

{ }

Example:

{
  general = {
    fullscreen = true;
    corner-roundness = 12;
    initial-tool = "brush";
    output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png";
  };
  color-palette = {
    palette = [ "#00ffff" "#a52a2a" "#dc143c" "#ff1493" "#ffd700" "#008000" ];
  };
}

Declared by: