diff --git a/system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf b/system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf new file mode 100644 index 0000000..878041e --- /dev/null +++ b/system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "Dual Sense Touchpad" + Driver "libinput" + MatchProduct "Sony Interactive Entertainment Wireless Controller Touchpad" + Option "Ignore" "True" +EndSection