Config Reference
Screenshot
Screenshot output directory and capture overlay colors.
Defaults
Defaults shown here are the effective builtin defaults from RuntimeTuning::builtin_defaults().
Default Config Shape
Use this as the section shape when editing halley.rune.
screenshot:
directory "$env.HOME/Pictures/Screenshots/"
highlight-color "auto"
background-color "auto"
end| Option | Type | Default | Notes |
|---|---|---|---|
directory | string | $env.HOME/Pictures/Screenshots/ | Output directory for screenshots. |
highlight-color | string | auto | Overlay highlight color for screenshot UI. Accepted values: auto, light, dark, or a hex color. |
background-color | string | auto | Overlay background color for screenshot UI. Accepted values: auto, light, dark, or a hex color. |