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 = ''
|
extraConfig = ''
|
||||||
return {
|
return {
|
||||||
|
warn_about_missing_glyphs=false,
|
||||||
font = wezterm.font("${config.fontProfiles.monospace.family}"),
|
font = wezterm.font("${config.fontProfiles.monospace.family}"),
|
||||||
font_size = 12.0,
|
font_size = 12.0,
|
||||||
window_background_opacity = 0.83,
|
window_background_opacity = 0.83,
|
||||||
|
|
Loading…
Reference in a new issue