apple2pi/src/11-joy.conf
2013-09-09 21:12:08 -07:00

13 lines
268 B
Plaintext
Executable File

#
# 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