Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Регистрация
Вход
ka
/
ansible-role-touchpad
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
touchpad config
master
Markus Katharina Brechtel
3 лет назад
Родитель
660a76faa3
Сommit
70385eb232
2 измененных файлов
:
13 добавлений
и
0 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+6
-0
tasks/main.yaml
+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