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" -}}
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
window_decorations = "TITLE | RESIZE",
|
window_decorations = "TITLE | RESIZE",
|
||||||
{{ else if eq .chezmoi.os "linux" -}}
|
{{ else if eq .chezmoi.os "linux" -}}
|
||||||
|
{{ if eq .chezmoi.hostname "brothertec" -}}
|
||||||
window_decorations = "NONE",
|
window_decorations = "NONE",
|
||||||
|
{{ else -}}
|
||||||
|
window_decorations = "TITLE | RESIZE",
|
||||||
|
{{ end -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
hide_tab_bar_if_only_one_tab = false,
|
hide_tab_bar_if_only_one_tab = false,
|
||||||
|
|
Loading…
Reference in a new issue