shrink font slightly for wezterm

This commit is contained in:
JesseBot 2023-03-19 12:32:14 +01:00
parent 177f7093d9
commit 60d3939c64

View file

@ -12,7 +12,7 @@ return {
-- don't complain if an icon or character is missing
warn_about_missing_glyphs = false,
font = wezterm.font_with_fallback { 'mononoki', 'Symbols Nerd Font Mono' },
font_size = 16,
font_size = 15,
-- window look and feel
hide_tab_bar_if_only_one_tab = true,