tweak wezterm padding to match kitty

This commit is contained in:
Noah Masur 2024-06-23 09:08:36 -04:00
parent d165428a37
commit cc69cbaa6c
No known key found for this signature in database

View File

@ -110,10 +110,10 @@
-- Window
window_padding = {
left = 6,
right = 6,
top = 0,
bottom = 0,
left = 10,
right = 10,
top = 10,
bottom = 10,
},
font = wezterm.font('${font}', { weight = 'Bold'}),