From 25f05d829ae6d00b82b1c87c1ac869cb366f5a89 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 12 Sep 2023 14:17:35 +0200 Subject: [PATCH] add settings for other systems like fedora revert --- dot_config/wezterm/executable_wezterm.lua.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/wezterm/executable_wezterm.lua.tmpl b/dot_config/wezterm/executable_wezterm.lua.tmpl index 5c77a2e..ffbb294 100644 --- a/dot_config/wezterm/executable_wezterm.lua.tmpl +++ b/dot_config/wezterm/executable_wezterm.lua.tmpl @@ -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,