diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-12-24 18:55:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-24 18:55:06 -0500 |
commit | b6a3891ce6eeef0167c55acc0e89236572c1ae42 (patch) | |
tree | 60ede221ca888c7af296b8a5b206c30c62911d61 /config.def.h | |
parent | a42613db9d9f6debfa4fb2363d75af9457d238ed (diff) | |
parent | 7ad14a966087178cee752ac4bb63b14bd64ce5ec (diff) |
Merge pull request #62 from Java-boi/master
Added basic tap-to-click for touchpad users
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 53021cf..2c11fd3 100644 --- a/config.def.h +++ b/config.def.h @@ -41,6 +41,11 @@ static const struct xkb_rule_names xkb_rules = { .options = "ctrl:nocaps", */ }; + +/* Trackpad */ +int tap_to_click = 1; +int natural_scrolling = 1; + static const int repeat_rate = 25; static const int repeat_delay = 600; |