aboutsummaryrefslogtreecommitdiff
path: root/20-libinput.conf
diff options
context:
space:
mode:
authorMitsuo Tokumori <mitsuo@aspi5>2019-11-08 07:34:04 -0500
committerMitsuo Tokumori <mitsuo@aspi5>2019-11-08 07:34:04 -0500
commit5b04b71337ba929fed04b313be8be2c7a99d108d (patch)
tree89655d5ca0a7d6dd28cfd8edb9d2fd91ff4b743b /20-libinput.conf
parent432e4c4ce81cbd7b6469018ee37a2c46ea9fdc2a (diff)
Added X window system config files
Diffstat (limited to '20-libinput.conf')
-rw-r--r--20-libinput.conf11
1 files changed, 11 insertions, 0 deletions
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