2021-06-16 22:57:18 +02:00
|
|
|
Section "InputClass"
|
|
|
|
Identifier "joystick catchall"
|
|
|
|
MatchIsJoystick "on"
|
|
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Driver "joystick"
|
|
|
|
Option "StartKeysEnabled" "False" #Disable mouse
|
|
|
|
Option "StartMouseEnabled" "False" #support
|
|
|
|
EndSection
|
2021-10-17 14:37:17 +02:00
|
|
|
# Same thing for DualShock 4 touchpad
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "ds4-touchpad"
|
|
|
|
Driver "libinput"
|
|
|
|
MatchProduct "Wireless Controller Touchpad"
|
|
|
|
Option "Ignore" "True"
|
|
|
|
EndSection
|