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
window_padding = { window_padding = {
left = 6, left = 10,
right = 6, right = 10,
top = 0, top = 10,
bottom = 0, bottom = 10,
}, },
font = wezterm.font('${font}', { weight = 'Bold'}), font = wezterm.font('${font}', { weight = 'Bold'}),