BUILD / match-display-refresh-cadence-in-grok-build

Build

Match stream cadence to display refresh in Grok Build

Match stream cadence to display refresh in Grok Build

auto_cadence_enabled under [ui.display_refresh] matches stream and scroll cadence to the display refresh rate. Default is off. A restart is required after you change it. Official: Settings reference.

Config

User config (~/.grok/config.toml or $GROK_HOME/config.toml):

[ui.display_refresh]
auto_cadence_enabled = true

Turn it back off:

[ui.display_refresh]
auto_cadence_enabled = false

Environment override

Same switch as an env var (useful in wrappers / CI shells):

export GROK_DISPLAY_REFRESH_AUTO_CADENCE=1

Use 0 to force off for that process.

Related scroll and stream controls

Scroll speed / mode / invert: Tune scroll speed in Grok Build. Snap prompt on send: Snap the prompt to the top when you send.

Pitfalls

  • Putting [ui.display_refresh] in project .grok/config.toml — user config only.
  • Expecting the change mid-session — restart Build after flipping auto_cadence_enabled.