feat(wezterm): revert use of smartpadding

This commit is contained in:
winston 2023-04-11 15:06:34 +02:00
parent 67cb28510e
commit 5599935da0
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -9,12 +9,11 @@ end
require("fonts").apply(c)
require("keys").apply(c)
c.window_padding = {
left = 10,
right = 10,
top = 10,
bottom = 10,
left = 0,
right = 0,
top = 0,
bottom = 0,
}
require("smartpadding").apply_to_config(c)
-- set up terminfo on nix
c.set_environment_variables = {