summaryrefslogtreecommitdiff
path: root/dots/90-touchpad.conf
diff options
context:
space:
mode:
authorCasper <me@skylarcloud.xyz>2024-12-18 15:21:28 -0700
committerCasper <me@skylarcloud.xyz>2024-12-18 15:21:28 -0700
commit1cb78494f3022fe9d808d070507bddf552c64753 (patch)
tree5c827daee442e211941bed7cc89decc95f8efbd7 /dots/90-touchpad.conf
Initial commit, new repo
Diffstat (limited to 'dots/90-touchpad.conf')
-rw-r--r--dots/90-touchpad.conf8
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