From dc3c6e3362cffda132d8f435f6fd7fce574aafdb Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Thu, 7 Dec 2023 08:43:28 +0100 Subject: [PATCH] add titlebar and use only jetbrains mono for linux (fedora) --- dot_config/wezterm/executable_wezterm.lua.tmpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dot_config/wezterm/executable_wezterm.lua.tmpl b/dot_config/wezterm/executable_wezterm.lua.tmpl index 26259d0..d09c4fc 100644 --- a/dot_config/wezterm/executable_wezterm.lua.tmpl +++ b/dot_config/wezterm/executable_wezterm.lua.tmpl @@ -129,18 +129,14 @@ return { border_right_width = '0.5cell', }, window_background_opacity = 0.97, -{{ if eq .chezmoi.os "darwin" -}} -window_decorations = "TITLE | RESIZE", -{{ else if eq .chezmoi.os "linux" -}} -window_decorations = "NONE", -{{ end -}} + window_decorations = "TITLE | RESIZE", tab_bar_at_bottom = false, hide_tab_bar_if_only_one_tab = true, use_fancy_tab_bar = false, scrollback_lines = 999999, enable_scroll_bar = false, adjust_window_size_when_changing_font_size=false, - font = wezterm.font_with_fallback({"Hack Nerd Font", "Hack", "JetBrains Mono", "Twemoji"}), + font = wezterm.font_with_fallback({"JetBrains Mono", "Twemoji"}), font_size = 15, force_reverse_video_cursor = false, colors = {