I want to disable "tap-to-click" on my touchpad because it is very annoying. It seems simple enough: preferences-> keyboard & mouse -> mouse, but when I reboot, it reverts to enabled.
How do I save it?
I'm using Linux Mint 11 LXDE.






shengchieh wrote:I can't help, but can think of a creative workaround. Write a script that change the mouse setting to your liking and have it runs at bootup or login.
Sheng-Chieh

~/.config/openbox, /etc/xdg/openbox, /usr/share/lxde/openbox
seppalta wrote:Many mouse and keyboard bindings are set in the openbox rc.xml file, which is normally located in 3 different directories:.
- Code: Select all
~/.config/openbox, /etc/xdg/openbox, /usr/share/lxde/openbox

aljoriz wrote:I assume you are using LMDE XFCE RC:
go to the terminal and type:
- Code: Select all
sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf
then replace with:
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection
Then save the file, close gedit
go back to the terminal and type: sudo reboot
log-in and test the touch pad by tapping on it to open files


Users browsing this forum: No registered users and 5 guests