main: geometry defaults to 800x600 pixels

This commit is contained in:
Daniel Eklöf 2020-02-25 19:05:48 +01:00
parent 551170d940
commit ac32bcda07
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 5 additions and 12 deletions

View file

@ -491,8 +491,8 @@ config_load(struct config *conf, const char *conf_path)
*conf = (struct config) {
.term = strdup("foot"),
.shell = get_shell(),
.width = -1,
.height = -1,
.width = 800,
.height = 600,
.pad_x = 2,
.pad_y = 2,
.fonts = tll_init(),