You might be able to prevent a particular touchpad from affecting the desktop with an xinput disable command. Run xinput list to show the available device names and IDs, or man xinput for more details.
Another approach, assuming you’re using an X11 session (not Wayland), would be to disable the device in xorg.conf.
A custom udev rule could also do the trick, although it might be more complicated than an xinput command.
You might be able to prevent a particular touchpad from affecting the desktop with an
xinput disable
command. Runxinput list
to show the available device names and IDs, orman xinput
for more details.Another approach, assuming you’re using an X11 session (not Wayland), would be to disable the device in xorg.conf.
A custom udev rule could also do the trick, although it might be more complicated than an xinput command.