refactor(wezterm): disable glyph anti-aliasing

This commit is contained in:
Price Hiller 2022-08-27 00:02:20 -05:00
parent 905633ae15
commit b2ced5d45a

View File

@ -9,5 +9,5 @@ return {
enable_scroll_bar = true,
-- HACK: This lets custom chars like '' render better,
-- HACK: but wez intends to resolve and remove this at a later time
anti_alias_custom_block_glyphs = false,
-- anti_alias_custom_block_glyphs = false,
}