From 045715f57b700fb95ce14d0644e0931c57c21079 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Sun, 1 Oct 2017 00:44:01 +0800 Subject: [PATCH] better config for libinput. --- 40-libinput.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 40-libinput.conf diff --git a/40-libinput.conf b/40-libinput.conf new file mode 100644 index 0000000..5234027 --- /dev/null +++ b/40-libinput.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" + Option "TappingButtonMap" "lrm" +EndSection