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:
parent
158cf84293
commit
f8fcab0bd8
@ -7,13 +7,16 @@ config.color_scheme = "Srcery (Gogh)"
|
||||
config.font = wezterm.font "Berkeley Mono"
|
||||
config.font_size = 14
|
||||
|
||||
config.window_decorations = "RESIZE"
|
||||
|
||||
config.use_fancy_tab_bar = false
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
|
||||
config.window_padding = {
|
||||
left = 0,
|
||||
right = 0,
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
left = 16,
|
||||
right = 16,
|
||||
top = 16,
|
||||
bottom = 16,
|
||||
}
|
||||
|
||||
config.keys = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user