Config Reference

Cursor

Cursor theme, logical size, and independent visibility policies.

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.

Cursor config
cursor:
  theme "default"
  size 24
  hide-when-typing false
  hide-on-keyboard-nav true
  hide-on-touch true
  hide-after-ms 2000
end
OptionTypeDefaultNotes
themestringdefaultAuthoritative, case-sensitive Xcursor theme name.
sizeu3224Base logical cursor size.
hide-when-typingboolfalseHides after a physical keyboard press.
hide-on-keyboard-navbooltrueHides while navigating Halley by keyboard.
hide-on-touchbooltrueHides on touch-down.
hide-after-msu642000Pointer inactivity timeout; 0 disables idle hiding.