Config Reference

Clusters

Cluster creation, bloom joining, and nested tiling/stacking layout defaults.

Defaults

Defaults shown here are the effective built-in defaults for the selected wiki version.

Default Config Shape

Use this as the section shape when editing halley.rune.

Clusters config
clusters:
  default-layout "stacking"
  join-dwell-ms 2000
  show-icons true
  bloom-direction "clockwise"
  tiling:
    new-on-top false
    gaps-inner 20.0
    gaps-outer 20.0
    max-stack 4
    overflow-show-icons true
  end
  stacking:
    max-visible 5
  end
end

clusters

Cluster-wide behavior.

OptionTypeDefaultNotes
default-layoutstacking | tilingstackingInitial layout for new clusters.
join-dwell-msu642000Dwell before a bloom join arms.
join-distance-pxf32280.0Legacy compatibility value; current joining uses real bounds and field.gap.
show-iconsbooltrueShows the restored cluster glyph.
bloom-directionclockwise | counter-clockwiseclockwiseMember ordering around a bloomed core.
tiling | stackingnested blocksbuiltinLayout-specific options now live under clusters.

clusters.tiling

Master/stack layout policy.

OptionTypeDefaultNotes
new-on-topboolfalseInserts new members at the front.
gaps-innerf3220.0Gap between cluster windows.
gaps-outerf3220.0Gap around the output work area.
max-stackusize4Visible stack slots beside the master.
overflow-show-iconsbooltrueShows icons for overflow queue members.

clusters.stacking

Overlapping card visibility.

OptionTypeDefaultNotes
max-visibleusize5Maximum cards drawn at once; 0 means unlimited.