fix(wezterm): set no padding
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user