some config updates

This commit is contained in:
2024-05-06 17:06:42 +01:00
parent 0bd1406189
commit a8800b4f26
2 changed files with 11 additions and 1 deletions

View File

@@ -25,4 +25,14 @@ end)
config.font = wezterm.font("mononoki")
config.font_size = 15
config.use_fancy_tab_bar = false
config.tab_bar_at_bottom = true
config.window_padding = {
left = "1cell",
right = "1cell",
top = 0,
bottom = 0,
}
return config