add settings for other systems like fedora revert
This commit is contained in:
parent
4e86021144
commit
25f05d829a
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue