diff options
| author | srdusr <trevorgray@srdusr.com> | 2024-02-01 23:12:57 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2024-02-01 23:12:57 +0200 |
| commit | fe64f0185d745f6a442858d1727301d0ab63a5f9 (patch) | |
| tree | 047a7733539ca684b7e194c784e36e5c4b11f04e | |
| parent | a09702c3d78fb917794de13d25753c98a1cfe95a (diff) | |
| download | dotfiles-fe64f0185d745f6a442858d1727301d0ab63a5f9.tar.gz dotfiles-fe64f0185d745f6a442858d1727301d0ab63a5f9.zip | |
Add /etc/X11...
| -rw-r--r-- | .external/etc/X11/xorg.conf.d/70-synaptics.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.external/etc/X11/xorg.conf.d/70-synaptics.conf b/.external/etc/X11/xorg.conf.d/70-synaptics.conf new file mode 100644 index 0000000..e073d94 --- /dev/null +++ b/.external/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 |
