noot
This commit is contained in:
parent
4bb213b0c6
commit
04a1042d4e
6
config.h
6
config.h
|
@ -5,11 +5,7 @@
|
||||||
*
|
*
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
static char *font = "TamzzenForPowerline:pixelsize=16:style=regular:antialias=false:hinting=false";
|
static char *font = "TamzenForPowerline:pixelsize=16:style=regular:antialias=false:hinting=false";
|
||||||
static char *font2[] = {
|
|
||||||
"JetBrainsMono Nerd Font Mono:pixelsize=22:antialias=true:autohint=true",
|
|
||||||
"math:pixelsize=22:antialias=true:autohint=true" // Math fonts alias
|
|
||||||
};
|
|
||||||
static int borderpx = 4;
|
static int borderpx = 4;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue