fix(wezterm): reset window size and padding to defaults

This commit is contained in:
2025-09-30 14:23:10 +02:00
parent 024cd3dc17
commit b7b1243614
+1 -8
View File
@@ -9,16 +9,9 @@ local ENABLE_MULTIPLEXING = true
-- General settings -- General settings
config.window_padding = {
left = 5,
right = 5,
top = 5,
bottom = 5,
}
config.audible_bell = "Disabled" config.audible_bell = "Disabled"
config.warn_about_missing_glyphs = false config.warn_about_missing_glyphs = false
config.initial_cols = 179
config.initial_rows = 60
-- Settings below get overriden if multiplexing is enabled -- Settings below get overriden if multiplexing is enabled
config.window_decorations = "TITLE|RESIZE" config.window_decorations = "TITLE|RESIZE"
config.enable_tab_bar = false config.enable_tab_bar = false