mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 09:34:04 +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
|