templier-ansible/roles/xorg/templates/30-touchpad.conf.j2
Yohann D'ANELLO b0d8cdaf72
Add a lot of ansible headers
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-03-17 23:38:26 +01:00

9 lines
151 B
Django/Jinja

{{ ansible_header | comment }}
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection