Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-touchpad
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
touchpad config
master
Markus Katharina Brechtel
3 anos atrás
pai
660a76faa3
commit
70385eb232
2 arquivos alterados
com
13 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
tasks/main.yaml
+7
-0
templates/touchpad.conf.j2
+ 6
- 0
tasks/main.yaml
Ver arquivo
@@ -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
Ver arquivo
@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection