Ignore missing glyphs in wezterm

This commit is contained in:
GHOSCHT 2024-02-06 21:32:35 +01:00
parent 068b314dc7
commit 1ba3db0dbb
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -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,