aboutsummaryrefslogtreecommitdiff
path: root/.system/etc/X11
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-02-11 00:56:17 +0200
committersrdusr <trevorgray@srdusr.com>2024-02-11 00:56:17 +0200
commite71dc361b0fcfa5f3efe2a6583c44c52987c3b14 (patch)
treec265c98d842e1534380f84c67cc3cd1d47430df4 /.system/etc/X11
parenta68e504ba63f4228b620dadebc70fe7881871c75 (diff)
downloaddotfiles-e71dc361b0fcfa5f3efe2a6583c44c52987c3b14.tar.gz
dotfiles-e71dc361b0fcfa5f3efe2a6583c44c52987c3b14.zip
Rename .system-wide to just .system
Diffstat (limited to '.system/etc/X11')
-rw-r--r--.system/etc/X11/xorg.conf.d/70-synaptics.conf15
1 files changed, 15 insertions, 0 deletions
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