aboutsummaryrefslogtreecommitdiff
path: root/X11/etc/X11/xorg.conf.d/30-touchpad.conf
diff options
context:
space:
mode:
Diffstat (limited to 'X11/etc/X11/xorg.conf.d/30-touchpad.conf')
-rw-r--r--X11/etc/X11/xorg.conf.d/30-touchpad.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/X11/etc/X11/xorg.conf.d/30-touchpad.conf b/X11/etc/X11/xorg.conf.d/30-touchpad.conf
new file mode 100644
index 0000000..6116aa6
--- /dev/null
+++ b/X11/etc/X11/xorg.conf.d/30-touchpad.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "devname"
+ Driver "libinput"
+ Option "Tapping" "on"
+ Option "NaturalScrolling" "true"
+EndSection