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 config
clusters:
  cluster-dwell-ms 2000
  distance-px 280.0
  bloom-direction "clockwise"
  show-icons true
  default-layout "stacking"
end
OptionTypeDefaultNotes
cluster-dwell-msu642000Hover dwell before cluster interactions trigger.
distance-pxf32280.0Default cluster spread distance.
bloom-directionstringclockwiseCluster bloom direction. Accepted values: clockwise, counterclockwise.
show-iconsbooltrueShows icons in cluster UI.
default-layoutstringstackingDefault cluster workspace layout. Accepted values: stacking, tiling.