Dot_Files/.config/wezterm/config/rendering.lua

15 lines
401 B
Lua

return {
freetype_load_target = "Normal",
window_padding = {
left = 0,
right = 0,
top = 2,
bottom = 0,
},
hide_tab_bar_if_only_one_tab = true,
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,
}