mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
back to 16 font and using symbols nerd font mono
This commit is contained in:
parent
d8fb2eabd8
commit
ad8817054b
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ return {
|
|||
-- font stuff
|
||||
-- don't complain if an icon or character is missing
|
||||
warn_about_missing_glyphs = false,
|
||||
font = wezterm.font_with_fallback { 'mononoki', 'Hack Nerd Font' },
|
||||
font_size = 15,
|
||||
font = wezterm.font_with_fallback { 'mononoki', 'Symbols Nerd Font Mono' },
|
||||
font_size = 16,
|
||||
|
||||
-- window look and feel
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue