diff options
Diffstat (limited to '')
| -rw-r--r-- | 30-libinput.conf | 8 |
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 |
