refactor(wezterm): disable autoupdate & +font size

main
sgoudham 8 months ago
parent ef7694418b
commit 316d00ddf3
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -6,6 +6,7 @@ c.set_environment_variables = {
} }
c.front_end = "OpenGL" c.front_end = "OpenGL"
c.check_for_updates = false
c.term = "wezterm" c.term = "wezterm"
c.font = wezterm.font_with_fallback({ c.font = wezterm.font_with_fallback({
{ {
@ -15,7 +16,7 @@ c.font = wezterm.font_with_fallback({
"Symbols Nerd Font", "Symbols Nerd Font",
"Builtin", "Builtin",
}) })
c.font_size = 15 c.font_size = 18
c.default_prog = { "fish", "-l" } c.default_prog = { "fish", "-l" }

Loading…
Cancel
Save