aboutsummaryrefslogtreecommitdiff
path: root/system/etc/X11/xorg.conf.d/50-joystick.conf
blob: 1765eb8c53be81fb6da20e52c1d8a3065f92fbf5 (plain)
1
2
3
4
5
6
7
8
Section "InputClass"
        Identifier "joystick catchall"
        MatchIsJoystick "on"
        MatchDevicePath "/dev/input/event*"
        Driver "joystick"
        Option "StartKeysEnabled" "False"       #Disable mouse
        Option "StartMouseEnabled" "False"      #support
EndSection