From ff4ee5eea88f6080da5195a5f5b93f4dfb0743ee Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 15 Feb 2023 16:07:34 +0200 Subject: [PATCH] wezterm: move tab bar back to top --- gui/.wezterm.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/.wezterm.lua b/gui/.wezterm.lua index 0d6188b..1510b3c 100644 --- a/gui/.wezterm.lua +++ b/gui/.wezterm.lua @@ -114,6 +114,5 @@ return { colors = custom_colors, use_fancy_tab_bar = false, hide_tab_bar_if_only_one_tab = true, - tab_max_width = 128, - tab_bar_at_bottom = true + tab_max_width = 128 }