commit 0e53d9d1a0a1092552c4475f8c0e69da9ca99f84
Author: hazardchem <[email protected]>
AuthorDate: Sun Oct 27 12:58:13 2024 +1000
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun Oct 27 12:14:39 2024 +0100
Reducing xspacing and yspacing to 1 so touchscreen users have less
mistyping.
Signed-off-by: hazardchem <[email protected]>
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"
};