This commit is contained in:
2025-08-10 11:21:47 -04:00
parent 6c1bf4abc1
commit 5beb77054d
4 changed files with 11 additions and 41 deletions

View File

@@ -13,6 +13,8 @@ if wezterm.target_triple:find("windows") then
}
end
config.scrollback_lines = 3500
config.enable_tab_bar = false
config.window_padding = {
left = 0,
@@ -24,7 +26,7 @@ config.window_padding = {
config.font = wezterm.font("ComicShannsMono Nerd Font")
config.font_size = 20.0
config.front_end = "WebGpu"
config.window_decorations = "RESIZE"
-- config.front_end = "WebGpu"
-- config.window_decorations = "RESIZE"
return config