diff --git a/config.h b/config.h index 10c3bf8..45422fe 100644 --- a/config.h +++ b/config.h @@ -1,11 +1,11 @@ static const Bool wmborder = True; static const char *fonts[] = { -"FiraCode Nerd Font:style=Light:size=15:antialias=true:autohint=true", -"Chiron Sans HK Light:style=Light:size=15", -"Openmoji Color glyf_colr_0:style=Regular:size=15",//Emoji +"FiraCode Nerd Font:style=Light:size=10:antialias=true:autohint=true", +"Chiron Sans HK Light:style=Light:size=10", +"Openmoji Color glyf_colr_0:style=Regular:size=10"//Emoji }; -static int fontsize = 15; +static int fontsize = 10; static double overlay_delay = 1.0; static int heightfactor = 15; //one row of keys takes up 1/x of the screen height static const char *colors[SchemeLast][2] = { diff --git a/svkbd b/svkbd index ee4f17b..c6c7897 100755 Binary files a/svkbd and b/svkbd differ diff --git a/svkbd.o b/svkbd.o index 55958de..f54daa6 100644 Binary files a/svkbd.o and b/svkbd.o differ