summaryrefslogtreecommitdiff
path: root/dots/90-touchpad.conf
blob: 4cdbb2316855cea0458fa85e75fe340462273c12 (plain)
1
2
3
4
5
6
7
8
Section "InputClass"
	Identifier "touchpad"
	MatchIsTouchpad "on"
	Driver "libinput"
	Option "Tapping" "on"
	Option "NaturalScrolling" "on"
	Option "TappingButtonMap" "lrm"
EndSection