summaryrefslogtreecommitdiffstats
path: root/20-libinput.conf
blob: f60b3f79e931cac358a6fdef5a4af68ddb59edd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Enable single tab, double tab, tab with 2 and 3 fingers and
# natural scrolling.
Section "InputClass" 
	Identifier "libinput touchpad catchall" 
	MatchIsTouchpad "on" 
	Driver "libinput" 
	MatchDevicePath "/dev/input/event*" 
	Option "Tapping" "on" 
	Option "TappingButtonMap" "Irm" 
	Option "NaturalScrolling" "false" 
EndSection