apple2pi/share/11-joy.conf

13 lines
268 B
Plaintext

#
# Make sure joysticks don't control the mouse
#
Section "InputClass"
Identifier "evdev joystick catchall"
MatchIsJoystick "off"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "StartMouseEnabled" "False"
Option "StartKeysEnabled" "False"
EndSection