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:
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
endclusters
Cluster-wide behavior.
| Option | Type | Default | Notes |
|---|---|---|---|
default-layout | stacking | tiling | stacking | Initial layout for new clusters. |
join-dwell-ms | u64 | 2000 | Dwell before a bloom join arms. |
join-distance-px | f32 | 280.0 | Legacy compatibility value; current joining uses real bounds and field.gap. |
show-icons | bool | true | Shows the restored cluster glyph. |
bloom-direction | clockwise | counter-clockwise | clockwise | Member ordering around a bloomed core. |
tiling | stacking | nested blocks | builtin | Layout-specific options now live under clusters. |
clusters.tiling
Master/stack layout policy.
| Option | Type | Default | Notes |
|---|---|---|---|
new-on-top | bool | false | Inserts new members at the front. |
gaps-inner | f32 | 20.0 | Gap between cluster windows. |
gaps-outer | f32 | 20.0 | Gap around the output work area. |
max-stack | usize | 4 | Visible stack slots beside the master. |
overflow-show-icons | bool | true | Shows icons for overflow queue members. |
clusters.stacking
Overlapping card visibility.
| Option | Type | Default | Notes |
|---|---|---|---|
max-visible | usize | 5 | Maximum cards drawn at once; 0 means unlimited. |