wezterm: disable tab bar
This commit is contained in:
parent
a04e268db9
commit
41b8393e6a
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ return {
|
||||||
cursor_thickness = "3px",
|
cursor_thickness = "3px",
|
||||||
cursor_blink_rate = 300,
|
cursor_blink_rate = 300,
|
||||||
enable_wayland = true,
|
enable_wayland = true,
|
||||||
enable_tab_bar = true,
|
enable_tab_bar = false,
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
use_fancy_tab_bar = true,
|
use_fancy_tab_bar = true,
|
||||||
show_tab_index_in_tab_bar = true,
|
show_tab_index_in_tab_bar = true,
|
||||||
|
|
Loading…
Reference in a new issue