wezterm: move tabs to bottom

This commit is contained in:
Daniel Lundin 2021-04-27 14:36:57 +02:00
parent 781a076b6d
commit 965fbbd5d0

View file

@ -19,7 +19,6 @@ function font_with_fallback(name, params)
return wezterm.font_with_fallback(names, params)
end
local themeShelmanDark = {
colors = {
foreground = "#ded9ce",
@ -127,6 +126,7 @@ return {
},
enable_tab_bar = true,
tab_bar_at_bottom = true,
show_tab_index_in_tab_bar = true,
enable_scroll_bar = false,
window_decorations = "RESIZE",