summaryrefslogtreecommitdiff
path: root/conf/99-libinput.conf
blob: 6c52e79b8b9b4105a89df5d055c8005eaf0724d1 (plain)
1
2
3
4
5
6
# Use the libinput driver for all event devices
Section "InputClass"
	Identifier "libinput"
	Driver "libinput"
	MatchDevicePath "/dev/input/event*"
EndSection