|
|
@ -6,7 +6,7 @@ |
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
static char *font = "Fira Code:pixelsize=13:antialias=true:autohint=true"; |
|
|
|
static char *font = "Iosevka:pixelsize=14:antialias=true:autohint=true"; |
|
|
|
static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
|
|
|
static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; |
|
|
|
static int borderpx = 20; |
|
|
|
static int borderpx = 20; |
|
|
|
|
|
|
|
|
|
|
|