summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf')
-rw-r--r--core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf
new file mode 100644
index 00000000..beb02f0f
--- /dev/null
+++ b/core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf
@@ -0,0 +1,7 @@
+Section "InputClass"
+ Identifier "libinput touchpad catchall"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "libinput"
+ Option "Tapping" "on" # tap = click
+EndSection