summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2023-02-15 16:07:34 +0200
committerVon Random <von@vdrandom.org>2023-02-15 16:07:34 +0200
commitff4ee5eea88f6080da5195a5f5b93f4dfb0743ee (patch)
tree2474efd64f386097e48502314e9d14ecc37d4f72
parentfedc8567a227982835a217f74e964ef1ae9eddf3 (diff)
wezterm: move tab bar back to top
-rw-r--r--gui/.wezterm.lua3
1 files changed, 1 insertions, 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
}