From 6d57ff63faf724eaa36c8e54cf805de775c6dcf7 Mon Sep 17 00:00:00 2001 From: benj Date: Tue, 26 May 2020 20:41:40 -0700 Subject: opam, auracle, and randoms --- 30-libinput.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 30-libinput.conf (limited to '30-libinput.conf') diff --git a/30-libinput.conf b/30-libinput.conf new file mode 100644 index 0000000..2940238 --- /dev/null +++ b/30-libinput.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" + Option "HorizontalScrolling" "true" + Option "NaturalScrolling" "true" +EndSection -- cgit v1.2.3