refactor(wezterm): disable scrollbar

This commit is contained in:
Price Hiller 2022-09-10 18:45:19 -05:00
parent be03806bc1
commit d85f386d31

View File

@ -6,7 +6,7 @@ return {
top = 0,
bottom = 0,
},
enable_scroll_bar = true,
enable_scroll_bar = false,
-- 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,