8 lines
241 B
Text
8 lines
241 B
Text
Section "InputClass"
|
|
Identifier "libinput touchpad catchall"
|
|
MatchIsTouchpad "on"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Driver "libinput"
|
|
# Enable left mouse button by tapping
|
|
Option "Tapping" "on"
|
|
EndSection
|