aboutsummaryrefslogtreecommitdiff
path: root/30-libinput.conf
blob: 29402386a577e872fbdcc975c05982992559dbc9 (plain)
1
2
3
4
5
6
7
8
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "HorizontalScrolling" "true"
	Option "NaturalScrolling" "true"
EndSection