improve graphical performance

This commit is contained in:
♥ Minnie ♥ 2025-06-26 19:30:03 +08:00
parent e99cf1e064
commit d3ec5c57c6
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -14,6 +14,11 @@ local smart_splits = wezterm.plugin.require("https://github.com/mrjones2014/smar
-- Do not check for or show window with update information -- Do not check for or show window with update information
config.check_for_updates = false config.check_for_updates = false
-- Improve wezterm graphical performance
config.front_end = "OpenGL"
config.max_fps = 144
config.animation_fps = 144
-- Font configuration -- Font configuration
config.font = wezterm.font("Fisa Code") config.font = wezterm.font("Fisa Code")
config.font_size = 10.0 config.font_size = 10.0