[wezterm] remove terminal window decorations

This commit is contained in:
eleith 2023-05-10 13:19:27 +00:00 committed by eleith
parent 185d083e5f
commit d9b107d12e
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@ config.font = wezterm.font("JetBrainsMono Nerd Font")
config.font_size = 12.0
config.hide_tab_bar_if_only_one_tab = true
config.adjust_window_size_when_changing_font_size = false
config.window_decorations = "RESIZE"
return config