2018-03-28 09:02:13 +02:00
|
|
|
# Match on all types of devices but tablet devices and joysticks
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "libinput pointer catchall"
|
|
|
|
MatchIsPointer "on"
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "libinput"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "libinput keyboard catchall"
|
|
|
|
MatchIsKeyboard "on"
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "libinput"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "libinput touchpad catchall"
|
|
|
|
MatchIsTouchpad "on"
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "libinput"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "libinput touchscreen catchall"
|
|
|
|
MatchIsTouchscreen "on"
|
2019-05-30 08:15:10 +02:00
|
|
|
Option "CalibrationMatrix" "-1 0 1 0 -1 1 0 0 1"
|
2018-03-28 09:02:13 +02:00
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "libinput"
|
|
|
|
EndSection
|
|
|
|
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "libinput tablet catchall"
|
|
|
|
MatchIsTablet "on"
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "libinput"
|
|
|
|
EndSection
|