etc/X11/xorg.conf.d/70-synaptics.conf
This commit is contained in:
parent
4968e8834c
commit
329db891ff
1 changed files with 11 additions and 0 deletions
11
etc/X11/xorg.conf.d/70-synaptics.conf
Normal file
11
etc/X11/xorg.conf.d/70-synaptics.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
Section "InputClass"
|
||||
Identifier "touchpad"
|
||||
Driver "synaptics"
|
||||
MatchIsTouchpad "on"
|
||||
Option "TapButton1" "1"
|
||||
Option "TapButton2" "2"
|
||||
Option "TapButton3" "3"
|
||||
Option "VertTwoFingerScroll" "on"
|
||||
Option "HorizTwoFingerScroll" "on"
|
||||
EndSection
|
||||
|
Loading…
Add table
Reference in a new issue