summarylogtreecommitdiffstats
path: root/30-touchpad.conf
diff options
context:
space:
mode:
Diffstat (limited to '30-touchpad.conf')
-rw-r--r--30-touchpad.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/30-touchpad.conf b/30-touchpad.conf
new file mode 100644
index 000000000000..e69542e9ebb4
--- /dev/null
+++ b/30-touchpad.conf
@@ -0,0 +1,8 @@
+Section "InputClass"
+ Identifier "libinput touchpad catchall"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+ Option "Tapping" "on"
+ Option "NaturalScrolling" "true"
+EndSection