improve graphical performance
This commit is contained in:
parent
e99cf1e064
commit
d3ec5c57c6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue