Config Reference

Cursor

Cursor theme, size, and idle/typing visibility 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.

Cursor config
cursor:
  theme "Adwaita"
  size 24
  hide-when-typing true
  hide-after-ms 2000
end
OptionTypeDefaultNotes
themestringAdwaitaCursor theme name exported to child apps too.
sizeu3224Cursor size in pixels.
hide-when-typingbooltrueHides the cursor while typing.
hide-after-msu642000Idle timeout before hiding the cursor.