diff --git a/dot_config/wezterm/executable_wezterm.lua.tmpl b/dot_config/wezterm/executable_wezterm.lua.tmpl index ffbb294..5c77a2e 100644 --- a/dot_config/wezterm/executable_wezterm.lua.tmpl +++ b/dot_config/wezterm/executable_wezterm.lua.tmpl @@ -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,