Added support for natural scrolling

This commit is contained in:
will
2020-10-17 16:18:44 +02:00
parent 598516d808
commit 7ad14a9660
2 changed files with 6 additions and 0 deletions

View File

@@ -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;