Add natural scroll touchpad patch

This commit is contained in:
Sravan Balaji
2024-09-21 08:22:10 -04:00
parent d29062d6bf
commit 31dfbcf09b
5 changed files with 46 additions and 2 deletions

View File

@@ -88,7 +88,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 = 0;