Added support for natural scrolling

This commit is contained in:
will
2020-10-17 16:18:44 +02:00
committed by Guido Cella
parent 4f1e557d3d
commit aa679c4f29
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;