Added basic tap-to-click for touchpad users

This commit is contained in:
will
2020-12-19 18:37:10 +01:00
committed by Guido Cella
parent bfbfe9f2b2
commit 4f1e557d3d
3 changed files with 11 additions and 1 deletions
+4
View File
@@ -41,6 +41,10 @@ static const struct xkb_rule_names xkb_rules = {
.options = "ctrl:nocaps",
*/
};
/* Trackpad */
int tap_to_click = 1;
static const int repeat_rate = 25;
static const int repeat_delay = 600;