This commit is contained in:
2025-08-06 14:26:47 -04:00
parent 6c0ed3820c
commit df441680bb
2 changed files with 6 additions and 5 deletions

View File

@@ -15,10 +15,10 @@ end
config.enable_tab_bar = false
config.window_padding = {
left = 15,
right = 15,
top = 15,
bottom = 15,
left = 0,
right = 0,
top = 0,
bottom = 0,
}
config.font = wezterm.font("ComicShannsMono Nerd Font")
@@ -27,4 +27,4 @@ config.font_size = 20.0
config.front_end = "WebGpu"
config.window_decorations = "RESIZE"
return config
return config