mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04:00
main: geometry defaults to 800x600 pixels
This commit is contained in:
parent
551170d940
commit
ac32bcda07
5 changed files with 5 additions and 12 deletions
4
config.c
4
config.c
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue