dotfiles/system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf
Severin Kaderli 0de0028085
Ignore touchpad from DualSense controller as mouse
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
2021-10-31 19:51:19 +01:00

6 lines
223 B
Text

Section "InputClass"
Identifier "Dual Sense Touchpad"
Driver "libinput"
MatchProduct "Sony Interactive Entertainment Wireless Controller Touchpad"
Option "Ignore" "True"
EndSection