diff --git a/config.h b/config.h index 1cddc34..b043d9e 100644 --- a/config.h +++ b/config.h @@ -6,9 +6,9 @@ static const char *fonts[] = { }; -static int fontsize = 50; +static int fontsize = 20; static double overlay_delay = 1.0; -static int heightfactor = 11; //one row of keys takes up 1/x of the screen height +static int heightfactor = 15; //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 34c9ac0..b55914d 100644 Binary files a/drw.o and b/drw.o differ diff --git a/svkbd-exkc b/svkbd-exkc index 9646a3b..1fc9dd6 100755 Binary files a/svkbd-exkc and b/svkbd-exkc differ diff --git a/svkbd-exkc.o b/svkbd-exkc.o index 173a961..1f39cf5 100644 Binary files a/svkbd-exkc.o and b/svkbd-exkc.o differ diff --git a/util.o b/util.o index 0f066b1..e5efb7b 100644 Binary files a/util.o and b/util.o differ