diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-18 00:15:24 +0800 |
| commit | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch) | |
| tree | 78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/xorg/xf86-input-synaptics/50-synaptics.conf | |
| parent | df36bfd61252b7c543ab1efbfc5482b453805b0f (diff) | |
| download | alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip | |
added clang branch
Diffstat (limited to 'repos/xorg/xf86-input-synaptics/50-synaptics.conf')
| -rw-r--r-- | repos/xorg/xf86-input-synaptics/50-synaptics.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/repos/xorg/xf86-input-synaptics/50-synaptics.conf b/repos/xorg/xf86-input-synaptics/50-synaptics.conf deleted file mode 100644 index 09c37642..00000000 --- a/repos/xorg/xf86-input-synaptics/50-synaptics.conf +++ /dev/null @@ -1,15 +0,0 @@ -# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES -# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy -# -# Use "synclient -l" to see all available options -# Use "man synaptics" for details about what the options do -# -Section "InputClass" - Identifier "touchpad" - Driver "synaptics" - MatchDevicePath "/dev/input/event*" - MatchIsTouchpad "on" - Option "TapButton1" "1" - Option "TapButton2" "2" - Option "TapButton3" "3" -EndSection |