This commit is contained in:
2025-08-21 14:39:55 -04:00
parent 47b8da39b6
commit 8831491320
2 changed files with 9 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ config.window_padding = {
config.font = wezterm.font("ComicShannsMono Nerd Font")
config.font_size = 20.0
config.colors = {
background = "#14161b"
}
config.front_end = "WebGpu"
config.window_decorations = "RESIZE"