diff options
Diffstat (limited to 'source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf')
-rw-r--r-- | source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf b/source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf new file mode 100644 index 00000000..09c37642 --- /dev/null +++ b/source/x/x11/post-install/xf86-input-synaptics/50-synaptics.conf @@ -0,0 +1,15 @@ +# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES +# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy +# +# Use "synclient -l" to see all available options +# Use "man synaptics" for details about what the options do +# +Section "InputClass" + Identifier "touchpad" + Driver "synaptics" + MatchDevicePath "/dev/input/event*" + MatchIsTouchpad "on" + Option "TapButton1" "1" + Option "TapButton2" "2" + Option "TapButton3" "3" +EndSection |