summaryrefslogtreecommitdiff
path: root/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-03-24 16:38:04 +0000
committerMarc Vertes <mvertes@free.fr>2023-03-24 16:38:04 +0000
commitd21eaf7b5d481e23e4d014f07797f444bcb20fdd (patch)
tree04f29fea1de2482ec115a73a2b6c4208c84107b9 /m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf
parent8d996cb069e3534ec4fe8b78b32547d631c4c805 (diff)
update
Diffstat (limited to 'm1/etc/X11/xorg.conf.d/20-natural-scrolling.conf')
-rw-r--r--m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf b/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf
new file mode 100644
index 0000000..0d1401b
--- /dev/null
+++ b/m1/etc/X11/xorg.conf.d/20-natural-scrolling.conf
@@ -0,0 +1,9 @@
+Section "InputClass"
+ Identifier "Enable natural scrolling by default"
+ MatchIsTouchpad "on"
+ MatchDevicePath "/dev/input/event*"
+ MatchDriver "libinput"
+ Option "Natural Scrolling" "on"
+ Option "Tapping" "on"
+ Option "TappingButtonMap" "lmr"
+EndSection