add titlebar and use only jetbrains mono for linux (fedora)

This commit is contained in:
Simon Rieger 2023-12-07 08:43:28 +01:00
parent c4507966be
commit dc3c6e3362

View file

@ -129,18 +129,14 @@ return {
border_right_width = '0.5cell', border_right_width = '0.5cell',
}, },
window_background_opacity = 0.97, window_background_opacity = 0.97,
{{ if eq .chezmoi.os "darwin" -}} window_decorations = "TITLE | RESIZE",
window_decorations = "TITLE | RESIZE",
{{ else if eq .chezmoi.os "linux" -}}
window_decorations = "NONE",
{{ end -}}
tab_bar_at_bottom = false, tab_bar_at_bottom = false,
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,
use_fancy_tab_bar = false, use_fancy_tab_bar = false,
scrollback_lines = 999999, scrollback_lines = 999999,
enable_scroll_bar = false, enable_scroll_bar = false,
adjust_window_size_when_changing_font_size=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, font_size = 15,
force_reverse_video_cursor = false, force_reverse_video_cursor = false,
colors = { colors = {