Ignore touchpad from DualSense controller as mouse
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
70fd8b3a20
commit
0de0028085
1 changed files with 6 additions and 0 deletions
6
system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf
Normal file
6
system/etc/X11/nvidia-xorg.conf.d/30-Dual-Sense.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
Section "InputClass"
|
||||
Identifier "Dual Sense Touchpad"
|
||||
Driver "libinput"
|
||||
MatchProduct "Sony Interactive Entertainment Wireless Controller Touchpad"
|
||||
Option "Ignore" "True"
|
||||
EndSection
|
Loading…
Add table
Add a link
Reference in a new issue