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:
theme "Adwaita"
size 24
hide-when-typing true
hide-after-ms 2000
end| Option | Type | Default | Notes |
|---|---|---|---|
theme | string | Adwaita | Cursor theme name exported to child apps too. |
size | u32 | 24 | Cursor size in pixels. |
hide-when-typing | bool | true | Hides the cursor while typing. |
hide-after-ms | u64 | 2000 | Idle timeout before hiding the cursor. |