diff options
Diffstat (limited to 'dots/90-touchpad.conf')
-rw-r--r-- | dots/90-touchpad.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dots/90-touchpad.conf b/dots/90-touchpad.conf new file mode 100644 index 0000000..4cdbb23 --- /dev/null +++ b/dots/90-touchpad.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "touchpad" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" + Option "NaturalScrolling" "on" + Option "TappingButtonMap" "lrm" +EndSection |