automatrop: Add joystick config and fix other stuff

This commit is contained in:
Geoffrey Frogeye 2021-10-17 14:37:17 +02:00
parent e586eda6d9
commit ecdbca37ba
2 changed files with 36 additions and 8 deletions

View file

@ -6,3 +6,10 @@ Section "InputClass"
Option "StartKeysEnabled" "False" #Disable mouse
Option "StartMouseEnabled" "False" #support
EndSection
# Same thing for DualShock 4 touchpad
Section "InputClass"
Identifier "ds4-touchpad"
Driver "libinput"
MatchProduct "Wireless Controller Touchpad"
Option "Ignore" "True"
EndSection