diff --git a/not_dots/50-synaptics.conf b/not_dots/50-synaptics.conf new file mode 100644 index 0000000..78d36c7 --- /dev/null +++ b/not_dots/50-synaptics.conf @@ -0,0 +1,10 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + + Option "TapButton2" "3" + Option "TapButton1" "1" +EndSection +