diff --git a/config.h b/config.h index 45422fe..0d77769 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,7 @@ static const char *fonts[] = { 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 int heightfactor = 20; //one row of keys takes up 1/x of the screen height static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#ff5555", "#282a36" }, diff --git a/svkbd b/svkbd index c6c7897..44afa99 100755 Binary files a/svkbd and b/svkbd differ diff --git a/svkbd.o b/svkbd.o index f54daa6..e4af52a 100644 Binary files a/svkbd.o and b/svkbd.o differ