mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
# Use the libinput driver for all event devices
|
|
Section "InputClass"
|
|
Identifier "libinput"
|
|
Driver "libinput"
|
|
MatchDevicePath "/dev/input/event*"
|
|
EndSection
|