Markus Katharina Brechtel преди 3 години
родител
ревизия
70385eb232
променени са 2 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. +6
    -0
      tasks/main.yaml
  2. +7
    -0
      templates/touchpad.conf.j2

+ 6
- 0
tasks/main.yaml Целия файл

@@ -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 Целия файл

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