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:
theme "default"
size 24
hide-when-typing false
hide-on-keyboard-nav true
hide-on-touch true
hide-after-ms 2000
end| Option | Type | Default | Notes |
|---|---|---|---|
theme | string | default | Authoritative, case-sensitive Xcursor theme name. |
size | u32 | 24 | Base logical cursor size. |
hide-when-typing | bool | false | Hides after a physical keyboard press. |
hide-on-keyboard-nav | bool | true | Hides while navigating Halley by keyboard. |
hide-on-touch | bool | true | Hides on touch-down. |
hide-after-ms | u64 | 2000 | Pointer inactivity timeout; 0 disables idle hiding. |