aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorwill <william.calliari@gmail.com>2020-10-17 13:52:53 +0200
committerwill <william.calliari@gmail.com>2020-10-17 13:52:53 +0200
commit598516d808784c928700d4416488f3574c55244d (patch)
tree10cfb6801116e95ef7d6a026073cc034e89cafd0 /config.def.h
parent44ef698d6ef48a41b0df7c4c47d8b880efdbdf33 (diff)
Added basic tap-to-click for touchpad users
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 53021cf..c1ad7d6 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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;