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 config
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
OptionTypeDefaultNotes
gapf3220.0Gap between windows and layout elements in the field.
active-windows-allowedusize5Maximum number of non-node active windows before decay becomes more aggressive.
pan-to-newstringif-neededControls how strongly the camera pans to newly opened windows. Accepted values: never, if-needed, always.
close-restore-focusbooltrueRestores focus when a window closes.
close-restore-panstringif-offscreenControls camera pan restoration after close. Accepted values: never, if-offscreen, always.
zoomnested blocksee field.zoomField zoom settings.