fix wezterm for macos

This commit is contained in:
Simon Rieger 2023-08-27 19:43:12 +02:00
parent e6866527b7
commit c86a7ee2f0

View file

@ -129,7 +129,11 @@ return {
border_right_width = '0.5cell',
},
window_background_opacity = 0.97,
window_decorations = "NONE",
{{ if eq .chezmoi.os "darwin" -}}
window_decorations = "TITLE | RESIZE",
{{ else if eq .chezmoi.os "linux" -}}
window_decorations = "NONE",
{{ end -}}
tab_bar_at_bottom = true,
hide_tab_bar_if_only_one_tab = false,
use_fancy_tab_bar = false,