this post was submitted on 18 May 2025
24 points (96.2% liked)

Linux Gaming

18628 readers
332 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] who@feddit.org 1 points 6 days ago* (last edited 6 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.