apple2pi/share/11-joy.conf
2013-09-22 07:57:34 -07:00

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