From 8e10367a436f5e656bfd3e74a65d275427f11bd9 Mon Sep 17 00:00:00 2001 From: seajee Date: Sat, 31 May 2025 22:13:30 +0200 Subject: [PATCH] [xorg] Add touchpad configuration --- xorg/00-touchpad.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xorg/00-touchpad.conf diff --git a/xorg/00-touchpad.conf b/xorg/00-touchpad.conf new file mode 100644 index 0000000..6ec4b32 --- /dev/null +++ b/xorg/00-touchpad.conf @@ -0,0 +1,9 @@ +Section "InputClass" + Identifier "touchpad" + MatchIsTouchpad "on" + Driver "libinput" + Option "Tapping" "on" + Option "TappingButtonMap" "lrm" + Option "NaturalScrolling" "off" + Option "ScrollMethod" "twofinger" +EndSection