summarylogtreecommitdiffstats
path: root/30-touchpad.conf
diff options
context:
space:
mode:
authorDictator Mei2018-08-05 19:32:11 +0900
committerDictator Mei2018-08-05 19:32:11 +0900
commit23d4bfd8702b815561a192c4a1252e79095d253b (patch)
tree2478980c0bbc8f54d5c38d16efd794a08d9c3e7d /30-touchpad.conf
downloadaur-23d4bfd8702b815561a192c4a1252e79095d253b.tar.gz
Initial commit
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