remove window_decorations default on linux
This commit is contained in:
parent
640e1e9f30
commit
f02b2b2865
1 changed files with 0 additions and 4 deletions
|
@ -132,11 +132,7 @@ 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