mirror of
https://git.adityakumar.xyz/70-synaptics.conf
synced 2024-11-09 10:29:44 +00:00
initial commit
This commit is contained in:
commit
6f0f94ef71
1 changed files with 10 additions and 0 deletions
10
70-synaptics.conf
Normal file
10
70-synaptics.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "touchpad"
|
||||||
|
Driver "synaptics"
|
||||||
|
MatchIsTouchpad "on"
|
||||||
|
Option "TapButton1" "1"
|
||||||
|
Option "TapButton2" "3"
|
||||||
|
Option "TapButton3" "2"
|
||||||
|
Option "VertTwoFingerScroll" "on"
|
||||||
|
Option "HorizTwoFingerScroll" "on"
|
||||||
|
EndSection
|
Loading…
Reference in a new issue