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

13 lines
267 B
Lua

return {
freetype_load_target = 'Normal',
window_padding = {
left = 2,
right = 2,
top = 5,
bottom = 0,
},
hide_tab_bar_if_only_one_tab = true,
enable_scroll_bar = true,
anti_alias_custom_block_glyphs = false,
}