diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 21:48:14 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 21:48:14 +0530 |
| commit | 317db624e49c569a9042d314e72368d5617af21b (patch) | |
| tree | 8e04d5838c325cabed425addc232abe9ea59b036 /config.def.h | |
| parent | 4898344e5fadfe6fcbcdfb093ff1163494fe76e4 (diff) | |
natural scroll only for trackpad
Diffstat (limited to 'config.def.h')
| -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 201cb1d..ac696d2 100644 --- a/config.def.h +++ b/config.def.h @@ -72,7 +72,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 = 0; +static const int natural_scrolling = 1; static const int disable_while_typing = 1; static const int left_handed = 0; static const int middle_button_emulation = 1; |
