blob: 0d1401b542d7ced5ca0a994424010157792dd0de (
plain)
1
2
3
4
5
6
7
8
9
|
Section "InputClass"
Identifier "Enable natural scrolling by default"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
MatchDriver "libinput"
Option "Natural Scrolling" "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection
|