changed st font size
This commit is contained in:
parent
faee988753
commit
26adaa667a
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -5,8 +5,8 @@
|
|||
*
|
||||
* 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=12:antialias=true:autohint=true" };
|
||||
static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
|
||||
static char *font2[] = { "NotoColorEmoji:pixelsize=16:antialias=true:autohint=true" };
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue