refactor(wezterm): disable scrollbar
This commit is contained in:
parent
be03806bc1
commit
d85f386d31
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user