changed default font to sans instead of mono.

This conserves some space on certain keycaps and has better(/bigger)
icons than the default monospace font on sxmo
This commit is contained in:
Maarten van Gompel 2023-08-27 11:13:06 +02:00
parent 9134b0e8f6
commit 68ea69944d

View File

@ -1,7 +1,7 @@
#ifndef config_def_h_INCLUDED
#define config_def_h_INCLUDED
static const char *default_font = "Monospace 14";
static const char *default_font = "Sans 14";
static const int transparency = 225;
struct clr_scheme scheme = {