config: change default ‘pad’ to 0x0 (i.e. no padding)

This commit is contained in:
Daniel Eklöf 2022-09-03 12:16:41 +02:00
parent 473c5f4e76
commit 2d1ded183a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 5 additions and 4 deletions

View file

@ -2821,8 +2821,8 @@ config_load(struct config *conf, const char *conf_path,
.width = 700,
.height = 500,
},
.pad_x = 2,
.pad_y = 2,
.pad_x = 0,
.pad_y = 0,
.resize_delay_ms = 100,
.bold_in_bright = {
.enabled = false,