Skip to content

animation_fps = 10

Since: Version 20220319-142410-0fcdea07

The functionality described in this section requires version 20220319-142410-0fcdea07 of wezterm, or a more recent version.

This setting controls the maximum frame rate used when rendering easing effects for blinking cursors, blinking text and visual bell.

Setting it larger will result in smoother easing effects but will increase GPU utilization.

If you are running with a CPU renderer (eg: you have front_end = "Software", or your system doesn't have a GPU), then setting animation_fps = 1 is recommended, as doing so will disable easing effects and use transitions:

config.animation_fps = 1
config.cursor_blink_ease_in = 'Constant'
config.cursor_blink_ease_out = 'Constant'