burra/touchpad.conf

12 lines
347 B
Plaintext
Raw Normal View History

2022-10-23 11:58:28 +02:00
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