Config Reference
Clusters
Cluster dwell timing, spread, bloom direction, and default layout.
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.
clusters:
cluster-dwell-ms 2000
distance-px 280.0
bloom-direction "clockwise"
show-icons true
default-layout "stacking"
end| Option | Type | Default | Notes |
|---|---|---|---|
cluster-dwell-ms | u64 | 2000 | Hover dwell before cluster interactions trigger. |
distance-px | f32 | 280.0 | Default cluster spread distance. |
bloom-direction | string | clockwise | Cluster bloom direction. Accepted values: clockwise, counterclockwise. |
show-icons | bool | true | Shows icons in cluster UI. |
default-layout | string | stacking | Default cluster workspace layout. Accepted values: stacking, tiling. |