aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-05-26 15:09:46 -0700
committerGravatar Tom Willemse2026-05-27 15:37:02 -0700
commitbcfabaa3c876f83012f58c9e49f53f3e293f43ec (patch)
tree2f54ac78aa4499ccf32d13d27400482997dc8ecd
parent51a9a42328be91fce237280ab3cdd081bedce49c (diff)
downloadnew-dotfiles-bcfabaa3c876f83012f58c9e49f53f3e293f43ec.tar.gz
new-dotfiles-bcfabaa3c876f83012f58c9e49f53f3e293f43ec.zip
wezterm: Use integrated buttons
This makes them a little nicer to look at in macos.
-rw-r--r--wezterm/.config/wezterm/wezterm.lua6
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",
}