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
view the rest of the comments
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.