diff --git a/config.def.h b/config.def.h index d3864c0..e25e6e8 100644 --- a/config.def.h +++ b/config.def.h @@ -8,8 +8,8 @@ static double repeat_delay = 0.75; static int scan_rate = 50; /* one row of keys takes up 1/x of the screen height */ static int heightfactor = 14; -static int xspacing = 5; -static int yspacing = 5; +static int xspacing = 1; +static int yspacing = 1; static const char *defaultfonts[] = { "DejaVu Sans:bold:size=22" };