mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: default font is 'monospace'
This commit is contained in:
parent
7f6a4f4b6b
commit
22115e1cf4
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -269,7 +269,7 @@ main(int argc, char *const *argv)
|
|||
{NULL, no_argument, 0, 0},
|
||||
};
|
||||
|
||||
const char *font_name = "Dina:pixelsize=12";
|
||||
const char *font_name = "monospace";
|
||||
|
||||
while (true) {
|
||||
int c = getopt_long(argc, argv, ":f:h", longopts, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue