Skip to content

Commit

Permalink
feat(wezterm): set max fps to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Nov 24, 2024
1 parent 07d6d30 commit 3d1e702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wezterm/.wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ config.color_scheme = scheme_for_appearance(get_appearance())
config.font = wezterm.font_with_fallback { 'FiraCode Nerd Font', 'Fira Code' }
config.font_size = 14.0

config.animation_fps = 120
config.max_fps = 120

return config

0 comments on commit 3d1e702

Please sign in to comment.