1
1
Fork 0

udev: disable controller trackpad

This commit is contained in:
Myned 2025-03-22 14:46:53 -05:00
parent 47e81a7c50
commit b629df952a
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: C7224454F7881A34

View file

@ -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"
'';
};
}