wezterm: move tabs to bottom
This commit is contained in:
parent
781a076b6d
commit
965fbbd5d0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ function font_with_fallback(name, params)
|
||||||
return wezterm.font_with_fallback(names, params)
|
return wezterm.font_with_fallback(names, params)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
local themeShelmanDark = {
|
local themeShelmanDark = {
|
||||||
colors = {
|
colors = {
|
||||||
foreground = "#ded9ce",
|
foreground = "#ded9ce",
|
||||||
|
@ -127,6 +126,7 @@ return {
|
||||||
},
|
},
|
||||||
|
|
||||||
enable_tab_bar = true,
|
enable_tab_bar = true,
|
||||||
|
tab_bar_at_bottom = true,
|
||||||
show_tab_index_in_tab_bar = true,
|
show_tab_index_in_tab_bar = true,
|
||||||
enable_scroll_bar = false,
|
enable_scroll_bar = false,
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "RESIZE",
|
||||||
|
|
Loading…
Reference in a new issue