Config Reference
Field
Camera, spacing, active-window, and field zoom settings.
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.
field:
gap 20.0
active-windows-allowed 5
pan-to-new "if-needed"
close-restore-focus true
close-restore-pan "if-offscreen"
zoom:
enabled true
step 1.10
min 0.35
max 1.35
smooth true
smooth-rate 12.5
end
end| Option | Type | Default | Notes |
|---|---|---|---|
gap | f32 | 20.0 | Gap between windows and layout elements in the field. |
active-windows-allowed | usize | 5 | Maximum number of non-node active windows before decay becomes more aggressive. |
pan-to-new | string | if-needed | Controls how strongly the camera pans to newly opened windows. Accepted values: never, if-needed, always. |
close-restore-focus | bool | true | Restores focus when a window closes. |
close-restore-pan | string | if-offscreen | Controls camera pan restoration after close. Accepted values: never, if-offscreen, always. |
zoom | nested block | see field.zoom | Field zoom settings. |