From 414047494e8e8930fecc6847e8d3a9505327652c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 20 Dec 2023 15:49:47 +0100 Subject: [xorg] Add libinput config to enable click-on-tap --- core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/modules/xorg/data/etc/X11/xorg.conf.d/40-libinput.conf 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 -- cgit v1.2.3-55-g7522