diff options
author | will <william.calliari@gmail.com> | 2020-10-17 16:18:44 +0200 |
---|---|---|
committer | Guido Cella <guido@guidocella.xyz> | 2020-12-19 18:37:10 +0100 |
commit | aa679c4f29fd386e0bb89dd95ec2093f9c998ba8 (patch) | |
tree | db25042fe06067a57dadd49600b3769cc575ac04 /config.def.h | |
parent | 4f1e557d3d26ee8359750dce8f370d404513a1ca (diff) |
Added support for natural scrolling
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index c1ad7d6..2c11fd3 100644 --- a/config.def.h +++ b/config.def.h @@ -44,6 +44,7 @@ static const struct xkb_rule_names xkb_rules = { /* Trackpad */ int tap_to_click = 1; +int natural_scrolling = 1; static const int repeat_rate = 25; static const int repeat_delay = 600; |