aboutsummaryrefslogtreecommitdiff
path: root/system/etc/X11/xorg.conf.d/50-joystick.conf
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-04 19:42:50 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-04 19:42:50 +0200
commit9fbf8d27ddbfb136351780615d42af82ddb42337 (patch)
tree8fb757eda7b7cfcaf0a8ad5e74bdbc0c7bf0d477 /system/etc/X11/xorg.conf.d/50-joystick.conf
parent98305e117e89073e5debca2db60d4cb12b6ad7d0 (diff)
downloadmyconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.tar.gz
myconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.tar.bz2
myconfigs-9fbf8d27ddbfb136351780615d42af82ddb42337.zip
Add xorg config
Diffstat (limited to 'system/etc/X11/xorg.conf.d/50-joystick.conf')
-rw-r--r--system/etc/X11/xorg.conf.d/50-joystick.conf8
1 files changed, 8 insertions, 0 deletions
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