changed st font size
This commit is contained in:
parent
36d225d71d
commit
faee988753
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -6,7 +6,7 @@
|
|||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
|
||||
static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" };
|
||||
static char *font2[] = { "NotoColorEmoji:pixelsize=12:antialias=true:autohint=true" };
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue