reduce framerate for performance

This commit is contained in:
2025-10-03 12:11:59 -04:00
parent 3096387d18
commit d5990edb11
+1 -1
View File
@@ -33,7 +33,7 @@ config = {
warn_about_missing_glyphs = false, warn_about_missing_glyphs = false,
term = 'xterm-256color', term = 'xterm-256color',
enable_kitty_graphics = true, enable_kitty_graphics = true,
max_fps = 60, max_fps = 30,
color_scheme = 'nord', color_scheme = 'nord',
window_decorations = 'RESIZE', window_decorations = 'RESIZE',
enable_tab_bar = false, enable_tab_bar = false,