add settings for other systems like fedora revert

This commit is contained in:
Simon Rieger 2023-09-12 14:17:35 +02:00
parent 4e86021144
commit 25f05d829a

View file

@ -132,7 +132,11 @@ 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,