fix tabbar

This commit is contained in:
Bit Borealis 2023-08-02 13:58:13 +00:00
parent b4a2e04913
commit 4db74a2581
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -269,9 +269,8 @@ return {
font = wezterm.font("Comic Mono"), font = wezterm.font("Comic Mono"),
font_size = 12.0, font_size = 12.0,
color_scheme = "Tomorrow Night", color_scheme = "Tomorrow Night",
hide_tab_bar_if_only_one_tab = true,
hide_mouse_cursor_when_typing = false, hide_mouse_cursor_when_typing = false,
window_decorations = "RESIZE", window_decorations = "INTEGRATED_BUTTONS",
} }
''; '';
}; };