diff options
Diffstat (limited to '.b/etc/X11')
| -rw-r--r-- | .b/etc/X11/xorg.conf.d/40-libinput.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.b/etc/X11/xorg.conf.d/40-libinput.conf b/.b/etc/X11/xorg.conf.d/40-libinput.conf new file mode 100644 index 0000000..4857fd4 --- /dev/null +++ b/.b/etc/X11/xorg.conf.d/40-libinput.conf @@ -0,0 +1,8 @@ +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Option "NaturalScrolling" "true" + Option "Tapping" "on" + Driver "libinput" +EndSection |
