Ignore missing glyphs in wezterm
This commit is contained in:
parent
068b314dc7
commit
1ba3db0dbb
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
};
|
||||
extraConfig = ''
|
||||
return {
|
||||
warn_about_missing_glyphs=false,
|
||||
font = wezterm.font("${config.fontProfiles.monospace.family}"),
|
||||
font_size = 12.0,
|
||||
window_background_opacity = 0.83,
|
||||
|
|
Loading…
Reference in a new issue