Skip to content

Commit f4e0535

Browse files
committed
🔧 wezterm: tweak tab bar
1 parent 6415208 commit f4e0535

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.config/wezterm/wezterm.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ config = {
7373
initial_cols = 300,
7474
window_decorations = "RESIZE",
7575
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+
},
7686
window_padding = { bottom = 0 },
7787
scrollback_lines = 10000,
7888

0 commit comments

Comments
 (0)