mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
16 lines
444 B
Text
16 lines
444 B
Text
|
# 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
|