templier-ansible/roles/xorg/templates/30-touchpad.conf.j2

9 lines
151 B
Plaintext
Raw Normal View History

{{ ansible_header | comment }}
2021-01-29 00:08:39 +00:00
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection