2021-09-24 20:48:41 -05:00
|
|
|
# {{ ansible_managed }}
|
2020-11-08 06:10:12 -06:00
|
|
|
# vim:ft=xf86conf
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "touchpad"
|
|
|
|
MatchIsTouchpad "yes"
|
|
|
|
Driver "libinput"
|
|
|
|
# Options
|
|
|
|
Option "DisableWhileTyping" "yes"
|
|
|
|
Option "Tapping" "yes"
|
|
|
|
Option "TappingButtonMap" "lrm" # 1/2/3-finger taps
|
|
|
|
Option "TappingDrag" "yes"
|
|
|
|
EndSection
|