aboutsummaryrefslogtreecommitdiff
path: root/system/etc/X11/xorg.conf.d/50-joystick.conf
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-11-16 10:00:19 +0100
committerKarel Kočí <cynerd@email.cz>2022-11-16 10:00:19 +0100
commit8f68b86ef33a42c26a7f23adcf36b54d60d4fd98 (patch)
tree483f75f58b24227105b21cfdd989302b922bbc25 /system/etc/X11/xorg.conf.d/50-joystick.conf
parenteb3d4c9a3f469d80d5e6c9ae241caef17c1568a4 (diff)
downloadmyconfigs-8f68b86ef33a42c26a7f23adcf36b54d60d4fd98.tar.gz
myconfigs-8f68b86ef33a42c26a7f23adcf36b54d60d4fd98.tar.bz2
myconfigs-8f68b86ef33a42c26a7f23adcf36b54d60d4fd98.zip
system: remove as I am not using NixOS that provides this more easily
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, 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