diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-07 11:32:27 +0800 |
commit | 71ca28742ac4f93ab2401eaee8e78471c023cd4b (patch) | |
tree | dd7c3921d249151dc3179f015153b9f9833d9d73 /X11/libinput/30-touchpad.conf | |
parent | c7ed81e664a592db8fc9a9a6e8f44843de8024a1 (diff) |
Update
Diffstat (limited to 'X11/libinput/30-touchpad.conf')
-rw-r--r-- | X11/libinput/30-touchpad.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/X11/libinput/30-touchpad.conf b/X11/libinput/30-touchpad.conf new file mode 100644 index 0000000..b5d4424 --- /dev/null +++ b/X11/libinput/30-touchpad.conf | |||
@@ -0,0 +1,7 @@ | |||
1 | # check ~/.local/share/xorg/Xorg.0.log for device name | ||
2 | Section "InputClass" | ||
3 | Identifier "touchpad" | ||
4 | Driver "libinput" | ||
5 | Option "Tapping" "on" | ||
6 | Option "NaturalScrolling" "on" | ||
7 | EndSection | ||