• gradual@lemmings.worldOP
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    1 month ago

    I’m using KDE.

    Disabling the touchpad in the settings will disable the touchpad for the controller, but it also disables the touchpad for my laptop which I do not want.

    • who@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      1 month 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.