diff options
| -rw-r--r-- | wezterm/.config/wezterm/wezterm.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wezterm/.config/wezterm/wezterm.lua b/wezterm/.config/wezterm/wezterm.lua index 565febf..ebf6494 100644 --- a/wezterm/.config/wezterm/wezterm.lua +++ b/wezterm/.config/wezterm/wezterm.lua @@ -70,7 +70,11 @@ return { font = wezterm.font 'Fantasque Sans Mono', font_size = 14, - hide_tab_bar_if_only_one_tab = true + hide_tab_bar_if_only_one_tab = true, quick_select_alphabet = "arstdhneio", + + -- "INTEGRATED_BUTTONS|RESIZE" keeps the borders resizable and + -- puts the Min/Max/Close buttons in the tab bar (modern look). + window_decorations = "INTEGRATED_BUTTONS|RESIZE", } |
