diff --git a/modules/graphical/terminal/wezterm.lua b/modules/graphical/terminal/wezterm.lua index d27e8b50..53772a06 100644 --- a/modules/graphical/terminal/wezterm.lua +++ b/modules/graphical/terminal/wezterm.lua @@ -27,4 +27,10 @@ return { fade_out_function = "EaseOut", fade_out_duration_ms = 150, }, + window_padding = { + left = 0, + right = 0, + top = 0, + bottom = 0, + }, }