From 33bfafb50ea8a9842cb41e599f487e3ee0146618 Mon Sep 17 00:00:00 2001 From: mitsuo Date: Mon, 22 Nov 2021 05:36:18 -0500 Subject: Restructure directory, Fix install.sh --- 20-libinput.conf | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 20-libinput.conf (limited to '20-libinput.conf') diff --git a/20-libinput.conf b/20-libinput.conf deleted file mode 100644 index b621fa2..0000000 --- a/20-libinput.conf +++ /dev/null @@ -1,12 +0,0 @@ -# Enable single tab, double tab, tab with 2 and 3 fingers and -# natural scrolling. -# Retrived/Adapted from https://abdullah.today/2019/09/19/things-to-do-after-debian-install.html -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - Driver "libinput" - MatchDevicePath "/dev/input/event*" - Option "Tapping" "on" - Option "TappingButtonMap" "Irm" - Option "NaturalScrolling" "false" -EndSection -- cgit v1.2.3