1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Tweak WezTerm config

This commit is contained in:
Dan Barber 2024-09-09 18:06:27 -05:00
parent 158cf84293
commit f8fcab0bd8

View File

@ -7,13 +7,16 @@ config.color_scheme = "Srcery (Gogh)"
config.font = wezterm.font "Berkeley Mono" config.font = wezterm.font "Berkeley Mono"
config.font_size = 14 config.font_size = 14
config.window_decorations = "RESIZE"
config.use_fancy_tab_bar = false config.use_fancy_tab_bar = false
config.hide_tab_bar_if_only_one_tab = true
config.window_padding = { config.window_padding = {
left = 0, left = 16,
right = 0, right = 16,
top = 0, top = 16,
bottom = 0, bottom = 16,
} }
config.keys = { config.keys = {