refactor(wezterm): decrease padding

This commit is contained in:
Price Hiller 2022-09-10 18:44:55 -05:00
parent cb693a463a
commit be03806bc1

View File

@ -1,7 +1,7 @@
return {
freetype_load_target = "Normal",
window_padding = {
left = 2,
left = 0,
right = 0,
top = 0,
bottom = 0,