mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-13 10:52:47 +01:00
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:
parent
9134b0e8f6
commit
68ea69944d
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user