Flags

Complete CLI reference for sss — every flag, type, and default.

Capture targeting

FlagTypeDefaultDescription
--currentboolfalseCapture the monitor under the cursor right now.
--show-cursorboolfalseComposite the mouse cursor into the frame.
--screenboolfalseOpen the monitor selector (or capture current with --current).
--screen-id <id>name/idPick a screen directly. Omit value to open the picker.
--area <spec>"X,Y WxH"Pick an area. Omit value to open the interactive selector.
--window <spec>id/titlePick a window by id or title substring. Omit value to open the picker.
--interactiveboolfalseForce the interactive selector even when a target was specified.

Annotation overlay

FlagTypeDefaultDescription
--no-toolbarboolfalseHide the annotation toolbar (slurp-mode behaviour).
--remember-last-selectionboolfalsePersist the last selected area and pre-seed it on next run.

Backend selection

FlagTypeDefaultDescription
--capture-backendenumautoOne of auto, wayland, portal, x11, windows, macos.

OCR

FlagTypeDefaultDescription
--ocrbooltrueEnable or disable the OCR overlay.
--ocr-gpuenumautoOCR execution provider: auto, cpu, cuda, tensorrt, coreml, directml, openvino, webgpu.

Misc

FlagTypeDefaultDescription
--verbose / -vboolfalseBump log level to info.
--config <path>pathXDGOverride the default config file location.

Use sss --help for the version bundled with your binary. Flags are stable within a minor release.