mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
11 lines
195 B
Plaintext
11 lines
195 B
Plaintext
Section "InputClass"
|
|
Identifier "touchpad catchall"
|
|
Driver "synaptics"
|
|
MatchIsTouchpad "on"
|
|
MatchDevicePath "/dev/input/event*"
|
|
|
|
Option "TapButton2" "3"
|
|
Option "TapButton1" "1"
|
|
EndSection
|
|
|