diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index e0dc1e96..aefdd1bd 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -9,10 +9,9 @@ require "navigator" return { font_size = 14, window_background_opacity = 0.85, - window_decorations = "RESIZE", color_scheme = scheme_name, use_fancy_tab_bar = false, - tab_max_width = 64, + tab_max_width = 79, tab_bar_style = { new_tab = tab_bar_style.new_tab(scheme), new_tab_hover = tab_bar_style.new_tab_hover(scheme) }, disable_default_key_bindings = true, keys = require "keys",