(Solved) How do I disable laptop's tap-click?

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
toomanyquestions

(Solved) How do I disable laptop's tap-click?

Post by toomanyquestions »

Is it possible to disable my laptop's (Xfce Maya, Thinkpad T61) touch-click functionality?

I've used a command in terminal that seems to work (e.g. "synclient TapButton1=0") but I'm not sure how to make it persistant. Can I simply add it to an autostart.sh file? If so, where would that file be? Perhaps ~.config/xfce4/??
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 3 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: How do I disable laptop's tap-click?

Post by kc1di »

Hi toomanyquestions,

Have you tried going to menu >settings>Mouse & Touchpad and simply unchecking the box for enable this device?
That will disable it. You can then re-enable it but rechecking the box when you want.
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
lkraemer

Re: How do I disable laptop's tap-click?

Post by lkraemer »

toomanyquestions,
You can just modify it in the following command: sudo nano /usr/share/X11/xorg.conf.d/50-synaptics.conf

by modifying it to TapButton1=0

REF:
http://forums.linuxmint.com/viewtopic.php?f=199&t=89542


Larry
toomanyquestions

Re: How do I disable laptop's tap-click?

Post by toomanyquestions »

Thanks for the input. I ended up finding this solution -

Main Menu
Settings
Session & Startup
Application Autostart
Add +
synclient Tapbutton1=0
User avatar
kc1di
Level 18
Level 18
Posts: 8178
Joined: Mon Sep 08, 2008 8:44 pm
Location: Maine USA

Re: How do I disable laptop's tap-click?

Post by kc1di »

toomanyquestions wrote:Thanks for the input. I ended up finding this solution -

Main Menu
Settings
Session & Startup
Application Autostart
Add +
synclient Tapbutton1=0
Glad you got it working the way you like.
cheers!
Easy tips : https://easylinuxtipsproject.blogspot.com/ Pjotr's Great Linux projects page.
Linux Mint Installation Guide: http://linuxmint-installation-guide.rea ... en/latest/
Registered Linux User #462608
Locked

Return to “Xfce”