diff --git a/config.h b/config.h index 76ba61a..1cddc34 100644 --- a/config.h +++ b/config.h @@ -1,14 +1,14 @@ 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", - "JoyPixels:style=Regular:size=10",//Emoji +"FiraCode Nerd Font:style=Light:antialias=true:autohint=true", +"Chiron Sans HK Light:style=Light", + "JoyPixels:style=Regular",//Emoji }; -static int fontsize = 10; +static int fontsize = 50; static double overlay_delay = 1.0; -static int heightfactor = 10; //one row of keys takes up 1/x of the screen height +static int heightfactor = 11; //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/svkbd-exkc b/svkbd-exkc index 64b03c5..9646a3b 100755 Binary files a/svkbd-exkc and b/svkbd-exkc differ diff --git a/svkbd-exkc.o b/svkbd-exkc.o index 8ea2394..173a961 100644 Binary files a/svkbd-exkc.o and b/svkbd-exkc.o differ