瀏覽代碼

touchpad config

master
父節點
當前提交
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