Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created July 2, 2021 07:36
Show Gist options
  • Save xDShot/8050ce60c234082496a56e460af474ed to your computer and use it in GitHub Desktop.
Save xDShot/8050ce60c234082496a56e460af474ed to your computer and use it in GitHub Desktop.
hid-playstation disable Sony Dualsense touchpad input
# /etc/udev/rules.d/90-dualsense-no-touchpad-input.rules
ACTION=="add|change", KERNEL=="event[0-9]*", ATTRS{name}=="*Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment