mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
conf: add snippet to ignore /dev/input/mouse* on Linux
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -16,3 +16,11 @@ Section "InputClass"
|
||||
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
|
||||
# MatchDevicePath "/dev/input/event*"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "touchpad ignore duplicates"
|
||||
MatchIsTouchpad "on"
|
||||
MatchOS "Linux"
|
||||
MatchDevicePath "/dev/input/mouse"
|
||||
Option "Ignore" "on"
|
||||
EndSection
|
||||
|
||||
Reference in New Issue
Block a user