• who@feddit.org
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 days ago

    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.