udev: disable controller trackpad
This commit is contained in:
parent
47e81a7c50
commit
b629df952a
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ in {
|
|||
# ProtoArc EM04
|
||||
ENV{ID_USB_SERIAL}=="Compx_2.4G_Receiver", \
|
||||
ENV{ID_INPUT_TRACKBALL}="1"
|
||||
|
||||
# https://wiki.archlinux.org/title/Gamepad#Disable_touchpad_acting_as_mouse
|
||||
ATTRS{name}=="Wireless Controller Touchpad", \
|
||||
ENV{LIBINPUT_IGNORE_DEVICE}="1"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue