I am trying to configure my Synaptics driver with a few udev rules regarding the behavior of the TapButton options, and has so far been unsuccessful in doing so. No matter what I type in my .rules file, the driver configuration stays the same, when i do a synclient -l | grep TapButton.
What exactly am I doing wrong? Why is udev so hard to configure? And maybe most importantly, why do I have to do all this, to change the behavior of touchpad tapping?
/etc/udev/rules.d/66-xorg-synaptics.rules :
ACTION!="add|change", GOTO="xorg_synaptics_end"
KERNEL!="event*", GOTO="xorg_synaptics_end"
ENV{ID_INPUT_TOUCHPAD}!="1", GOTO="xorg_synaptics_end"
# synclient for settings
ENV{x11_options.TapButton1}="1"
ENV{x11_options.TapButton2}="2"
ENV{x11_options.TapButton3}="3"
LABEL="xorg_synaptics_end"