diff options
Diffstat (limited to 'system/etc/X11/xorg.conf.d/50-joystick.conf')
-rw-r--r-- | system/etc/X11/xorg.conf.d/50-joystick.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/system/etc/X11/xorg.conf.d/50-joystick.conf b/system/etc/X11/xorg.conf.d/50-joystick.conf deleted file mode 100644 index 1765eb8..0000000 --- a/system/etc/X11/xorg.conf.d/50-joystick.conf +++ /dev/null @@ -1,8 +0,0 @@ -Section "InputClass" - Identifier "joystick catchall" - MatchIsJoystick "on" - MatchDevicePath "/dev/input/event*" - Driver "joystick" - Option "StartKeysEnabled" "False" #Disable mouse - Option "StartMouseEnabled" "False" #support -EndSection |