fix(wezterm): set no padding

This commit is contained in:
2025-09-30 14:27:08 +02:00
parent b7b1243614
commit 90d35fea55
+6
View File
@@ -9,6 +9,12 @@ local ENABLE_MULTIPLEXING = true
-- General settings
config.window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
}
config.audible_bell = "Disabled"
config.warn_about_missing_glyphs = false