From bcfabaa3c876f83012f58c9e49f53f3e293f43ec Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 May 2026 15:09:46 -0700 Subject: wezterm: Use integrated buttons This makes them a little nicer to look at in macos. --- wezterm/.config/wezterm/wezterm.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", } -- cgit v1.3-2-g0d8e