Skip to content

Instantly share code, notes, and snippets.

@MaximeD
Created June 3, 2012 14:54
Show Gist options
  • Save MaximeD/2863818 to your computer and use it in GitHub Desktop.
Save MaximeD/2863818 to your computer and use it in GitHub Desktop.
No joypad control mouse
# /etc/X11/xorg.conf.d/50-joystick.conf
Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "False"
Option "StartMouseEnabled" "False"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment