diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 18:21:39 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 18:21:39 +0530 |
| commit | b77c540b22b145f19fff86e36490ae26a734c842 (patch) | |
| tree | 6b226d6211850cd5fded079907ef413d7cd50f5a /config.def.h | |
| parent | c9ffcb8610ae1d70bb253c6173b540e0f310ad82 (diff) | |
remove natural scrolling
Diffstat (limited to '')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8a385ab..da82bd2 100644 --- a/config.def.h +++ b/config.def.h @@ -71,7 +71,7 @@ static const int repeat_delay = 600; static const int tap_to_click = 1; static const int tap_and_drag = 1; static const int drag_lock = 1; -static const int natural_scrolling = 1; +static const int natural_scrolling = 0; static const int disable_while_typing = 1; static const int left_handed = 0; static const int middle_button_emulation = 1; |
