This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-touchpad
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
touchpad config
master
Markus Katharina Brechtel
3 years ago
parent
660a76faa3
commit
70385eb232
2 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
tasks/main.yaml
+7
-0
templates/touchpad.conf.j2
+ 6
- 0
tasks/main.yaml
View File
@@ -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
View File
@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
EndSection