mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-20 03:33:50 +00:00
13 lines
268 B
Plaintext
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
|