touchpad-tamir

This commit is contained in:
milisbir 2016-04-05 21:24:28 +00:00
parent 3f81dd4a5b
commit d86a5a3fe1
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
cat > /usr/share/X11/xorg.conf.d/50-synaptics.conf << "EOF"
cat <<EOT >> /usr/share/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
@ -21,5 +20,4 @@ Section "InputClass"
Option "MaxTapTime" "125"
EndSection
EOF
EOT