Enable tapping
This commit is contained in:
parent
4608880969
commit
34b57f9a14
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ Section "InputClass"
|
|||
MatchIsTouchpad "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "NaturalScrolling" "True"
|
||||
Option "TappingButtonMap" "lrm"
|
||||
Option "NaturalScrolling" "True"
|
||||
Option "Tapping" "on"
|
||||
Option "TappingButtonMap" "lrm"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
|
|
Loading…
Reference in a new issue