From b698ae11a7cfbd60808ec9982bcc73080a766842 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 30 Jun 2022 14:16:36 +0200 Subject: [PATCH] Remove window padding in terminal --- modules/graphical/terminal/wezterm.lua | 6 ++++++ 1 file changed, 6 insertions(+) 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, + }, }