mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
Added support for natural scrolling
This commit is contained in:
parent
598516d808
commit
7ad14a9660
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue