config: add 'pad' option, default to 2

This commit is contained in:
Daniel Eklöf 2020-02-15 19:00:56 +01:00
parent a089d6264d
commit 9ab9247b88
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 17 additions and 0 deletions

View file

@ -12,6 +12,8 @@ struct config {
char *shell;
unsigned width;
unsigned height;
unsigned pad_x;
unsigned pad_y;
tll(char *) fonts;