diff options
author | will <william.calliari@gmail.com> | 2020-10-17 13:52:53 +0200 |
---|---|---|
committer | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:37:10 +0100 |
commit | 4f1e557d3d26ee8359750dce8f370d404513a1ca (patch) | |
tree | 02caf10b6a8993504065dc2a6f47a5445e8378f9 /config.def.h | |
parent | bfbfe9f2b2f2708c695d9b57590605802ca60f22 (diff) |
Added basic tap-to-click for touchpad users
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
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; |