From e71dc361b0fcfa5f3efe2a6583c44c52987c3b14 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 11 Feb 2024 00:56:17 +0200 Subject: Rename .system-wide to just .system --- .system/etc/X11/xorg.conf.d/70-synaptics.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .system/etc/X11/xorg.conf.d/70-synaptics.conf (limited to '.system/etc/X11') diff --git a/.system/etc/X11/xorg.conf.d/70-synaptics.conf b/.system/etc/X11/xorg.conf.d/70-synaptics.conf new file mode 100644 index 0000000..e073d94 --- /dev/null +++ b/.system/etc/X11/xorg.conf.d/70-synaptics.conf @@ -0,0 +1,15 @@ +Section "InputClass" + Identifier "touchpad" + Driver "synaptics" + MatchIsTouchpad "on" + Option "FingerHigh" "5" + Option "FingerLow" "5" + Option "TapButton1" "1" + Option "TapButton2" "3" + Option "TapButton3" "2" + Option "HorizTwoFingerScroll" "on" + Option "VertTwoFingerScroll" "on" + Option "PalmDetect" "1" + Option "PalmMinWidth" "8" + Option "PalmMinZ" "100" +EndSection -- cgit v1.2.3