From 5b04b71337ba929fed04b313be8be2c7a99d108d Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 8 Nov 2019 07:34:04 -0500 Subject: Added X window system config files --- 20-libinput.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 20-libinput.conf (limited to '20-libinput.conf') diff --git a/20-libinput.conf b/20-libinput.conf new file mode 100644 index 0000000..b59f313 --- /dev/null +++ b/20-libinput.conf @@ -0,0 +1,11 @@ +# Enable single tab, double tab, tab with 2 and 3 fingers and +# natural scrolling. +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + Driver "libinput" + MatchDevicePath "/dev/input/event*" + Option "Tapping" "on" + Option "TappingButtonMap" "Irm" + Option "NaturalScrolling" "true" +EndSection -- cgit v1.2.3