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