remove window_decorations default on linux

This commit is contained in:
Simon Rieger 2023-09-22 10:10:01 +02:00
parent 640e1e9f30
commit f02b2b2865

View file

@ -132,11 +132,7 @@ return {
{{ if eq .chezmoi.os "darwin" -}}
window_decorations = "TITLE | RESIZE",
{{ else if eq .chezmoi.os "linux" -}}
{{ if eq .chezmoi.hostname "brothertec" -}}
window_decorations = "NONE",
{{ else -}}
window_decorations = "TITLE | RESIZE",
{{ end -}}
{{ end -}}
tab_bar_at_bottom = true,
hide_tab_bar_if_only_one_tab = false,