diff --git a/config.h b/config.h index d6f9e69..76ba61a 100644 --- a/config.h +++ b/config.h @@ -2,12 +2,13 @@ static const Bool wmborder = True; static const char *fonts[] = { "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 + "JoyPixels:style=Regular:size=10",//Emoji + }; static int fontsize = 10; static double overlay_delay = 1.0; -static int heightfactor = 20; //one row of keys takes up 1/x of the screen height +static int heightfactor = 10; //one row of keys takes up 1/x of the screen height static const char *colors[SchemeLast][2] = { // fg bg [SchemeHighlight] = { "#ff5555", "#282a36" }, diff --git a/drw.o b/drw.o index 5ed2f9e..34c9ac0 100644 Binary files a/drw.o and b/drw.o differ diff --git a/svkbd-exkc b/svkbd-exkc index b8dee25..64b03c5 100755 Binary files a/svkbd-exkc and b/svkbd-exkc differ diff --git a/svkbd-exkc.o b/svkbd-exkc.o index d8a09b5..8ea2394 100644 Binary files a/svkbd-exkc.o and b/svkbd-exkc.o differ diff --git a/util.o b/util.o index b09e784..0f066b1 100644 Binary files a/util.o and b/util.o differ