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

13 lines
267 B
Lua
Raw Normal View History

2022-06-19 16:03:11 -05:00
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,
2022-07-08 16:39:27 -05:00
anti_alias_custom_block_glyphs = false,
2022-06-19 16:03:11 -05:00
}