diff --git a/touchpad.conf b/touchpad.conf new file mode 100644 index 0000000..1945a41 --- /dev/null +++ b/touchpad.conf @@ -0,0 +1,11 @@ +Section "InputClass" + Identifier "touchpad overrides" + # This makes this snippet apply to any device with the "synaptics" driver + # assigned + MatchDriver "synaptics" + + #################################### + ## The lines that you need to add ## + # Enable left mouse button by tapping + Option "TapButton1" "1" +EndSection