Browse Source

touchpad config

master
parent
commit
70385eb232
2 changed files with 13 additions and 0 deletions
  1. +6
    -0
      tasks/main.yaml
  2. +7
    -0
      templates/touchpad.conf.j2

+ 6
- 0
tasks/main.yaml View File

@@ -0,0 +1,6 @@
---

- name: xorg touchpad config
template:
src: touchpad.conf.j2
dest: /etc/X11/xorg.conf.d/30-touchpad.conf

+ 7
- 0
templates/touchpad.conf.j2 View File

@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection