automatrop: Add joystick config and fix other stuff
This commit is contained in:
parent
e586eda6d9
commit
ecdbca37ba
2 changed files with 36 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue