fix wezterm for macos
This commit is contained in:
parent
e6866527b7
commit
c86a7ee2f0
1 changed files with 5 additions and 1 deletions
|
@ -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,
|
Loading…
Reference in a new issue