enable two/three finger touchpad click

https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html#clickfinger
This commit is contained in:
Pig Monkey 2017-01-15 13:20:12 -08:00
parent 7ad33480d0
commit 369ff7f6b6
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ClickMethod" "clickfinger"
EndSection

View file

@ -2,6 +2,9 @@
- include: tlp.yml
- include: light-git.yml
- name: Copy touchpad configuration file
copy: src=30-touchpad.conf dest=/etc/X11/xorg.conf.d/30-touchpad.conf
- name: Copy logind configuration file
copy: src=logind.conf dest=/etc/systemd/logind.conf