wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

commit faaf3f0498268883c780dafec9e3aea2adbe1eca
parent 5291f9a07101b32874405492802fd3eb887b5a31
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Thu, 26 Aug 2021 23:35:28 +0200

slightly smaller default font

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -1,7 +1,7 @@ #ifndef config_def_h_INCLUDED #define config_def_h_INCLUDED -static const char *default_font = "Monospace 15"; +static const char *default_font = "Monospace 14"; struct clr_scheme scheme = { /* colors */