reduce default font-size

This commit is contained in:
Alexander Bocken 2023-10-12 16:28:21 +02:00
parent 523067a767
commit 8b6a258a5e
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -5,8 +5,8 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "monospace:pixelsize=32:antialias=true:autohint=true";
static char *font2[] = { "monospace:pixelsize=32:antialias=true:autohint=true" };
static char *font = "monospace:pixelsize=24:antialias=true:autohint=true";
static char *font2[] = { "monospace:pixelsize=24:antialias=true:autohint=true" };
static int borderpx = 2;
/*