Guy Rutenberg

Keeping track of what I do

Disable Touchpad Tapping in Kubuntu

with 3 comments

In Ubuntu (gnome) there is an easy graphical way to disable tapping on the touchpad. However, KDE lacks such thing. But lacking graphical configuration doesn’t mean this should be difficult. All you need is the gsynaptics package. The package provides a small utility called synclient. Now you can disable tapping by doing

 synclient TapButton1=0

To disable the tapping permanently you should use the following to run the command at the start of every KDE session.

echo "synclient TapButton1=0" > ~/.kde/env/disable-tapping.sh
Share and Enjoy:
  • del.icio.us
  • StumbleUpon
  • Digg
  • Facebook
  • Mixx
  • Google Bookmarks
  • Simpy

Written by Guy

January 8th, 2010 at 11:13 pm

Posted in Tips

Tagged with , ,

3 Responses to 'Disable Touchpad Tapping in Kubuntu'

Subscribe to comments with RSS or TrackBack to 'Disable Touchpad Tapping in Kubuntu'.

  1. You need to make disable-tapping.sh executable, i.e. chmod +x ~/.kde/env/disable-tapping.sh

    inkstain

    18 Mar 10 at 06:35

  2. the package “gpointing” does exactly the right thing in
    kubuntu 11.04

    Matthias Ehrhardt

    4 Jul 11 at 10:16

  3. It’s great that they figured out this functionality should be easily accessible for users.

    Guy

    8 Jul 11 at 13:50

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">