Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
ka
/
ansible-role-touchpad
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
touchpad config
master
Markus Katharina Brechtel
3 yıl önce
ebeveyn
660a76faa3
işleme
70385eb232
2 değiştirilmiş dosya
ile
13 ekleme
ve
0 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+6
-0
tasks/main.yaml
+7
-0
templates/touchpad.conf.j2
+ 6
- 0
tasks/main.yaml
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection