From 9fbf8d27ddbfb136351780615d42af82ddb42337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 4 May 2017 19:42:50 +0200 Subject: Add xorg config --- system/etc/X11/xorg.conf.d/50-joystick.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/etc/X11/xorg.conf.d/50-joystick.conf (limited to 'system/etc/X11/xorg.conf.d/50-joystick.conf') diff --git a/system/etc/X11/xorg.conf.d/50-joystick.conf b/system/etc/X11/xorg.conf.d/50-joystick.conf new file mode 100644 index 0000000..1765eb8 --- /dev/null +++ b/system/etc/X11/xorg.conf.d/50-joystick.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "joystick catchall" + MatchIsJoystick "on" + MatchDevicePath "/dev/input/event*" + Driver "joystick" + Option "StartKeysEnabled" "False" #Disable mouse + Option "StartMouseEnabled" "False" #support +EndSection -- cgit v1.2.3