font:monospace

This commit is contained in:
hazen2215 2022-09-03 00:51:15 +09:00
parent 7ff9ca7f97
commit 5e98652695
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "mono:pixelsize=18:antialias=true:autohint=true";
static char *font = "monospace:pixelsize=18:antialias=true:autohint=true";
static int borderpx = 0;
/*