From ea2f8a585e1962db181e5cfd0ffdb24d08b58551 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 28 Feb 2023 01:05:14 -0500 Subject: [PATCH] Add touchpad conf --- libinput/30-touchpad.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libinput/30-touchpad.conf diff --git a/libinput/30-touchpad.conf b/libinput/30-touchpad.conf new file mode 100644 index 0000000..054602b --- /dev/null +++ b/libinput/30-touchpad.conf @@ -0,0 +1,7 @@ +Section "InputClass" + Identifier "touchpad catchall" + Driver "libinput" + MatchIsTouchpad "on" + Option "NaturalScrolling" "True" + Option "Tapping" "True" +EndSection