touchpad-tamir
This commit is contained in:
parent
3f81dd4a5b
commit
d86a5a3fe1
|
@ -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"
|
Section "InputClass"
|
||||||
Identifier "touchpad"
|
Identifier "touchpad"
|
||||||
Driver "synaptics"
|
Driver "synaptics"
|
||||||
|
@ -21,5 +20,4 @@ Section "InputClass"
|
||||||
Option "MaxTapTime" "125"
|
Option "MaxTapTime" "125"
|
||||||
|
|
||||||
EndSection
|
EndSection
|
||||||
EOF
|
EOT
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue