From cc69cbaa6c344cdfbaaf62ee8f4bd6eb2306ef72 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 23 Jun 2024 09:08:36 -0400 Subject: [PATCH] tweak wezterm padding to match kitty --- modules/common/applications/wezterm.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/common/applications/wezterm.nix b/modules/common/applications/wezterm.nix index 552356b..fd0b34a 100644 --- a/modules/common/applications/wezterm.nix +++ b/modules/common/applications/wezterm.nix @@ -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'}),