From 203f0790999a8d454ffdb2e179be155ddaa58585 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sun, 23 Oct 2022 11:58:28 +0200 Subject: [PATCH] adding touchpad.conf --- touchpad.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 touchpad.conf 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