mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 10:25:39 +00:00
enable two/three finger touchpad click
https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html#clickfinger
This commit is contained in:
parent
7ad33480d0
commit
369ff7f6b6
2 changed files with 10 additions and 0 deletions
7
roles/laptop/files/30-touchpad.conf
Normal file
7
roles/laptop/files/30-touchpad.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Section "InputClass"
|
||||
Identifier "libinput touchpad catchall"
|
||||
MatchIsTouchpad "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "ClickMethod" "clickfinger"
|
||||
EndSection
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue