aboutsummaryrefslogtreecommitdiff
path: root/30-libinput.conf
diff options
context:
space:
mode:
Diffstat (limited to '30-libinput.conf')
-rw-r--r--30-libinput.conf8
1 files changed, 8 insertions, 0 deletions
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