We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6415208 commit f4e0535Copy full SHA for f4e0535
1 file changed
.config/wezterm/wezterm.lua
@@ -73,6 +73,16 @@ config = {
73
initial_cols = 300,
74
window_decorations = "RESIZE",
75
tab_bar_at_bottom = true,
76
+ show_new_tab_button_in_tab_bar = false,
77
+ window_frame = {
78
+ inactive_titlebar_bg = "none",
79
+ active_titlebar_bg = "none",
80
+ },
81
+ colors = {
82
+ tab_bar = {
83
+ inactive_tab_edge = "none",
84
85
86
window_padding = { bottom = 0 },
87
scrollback_lines = 10000,
88
0 commit comments