diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-31 13:04:01 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-31 14:43:59 +1000 |
commit | f37c67fc6ca929aabc3ad47d5294efb0a58c0644 (patch) | |
tree | b2010ef8998d6a30b934e1f715e5b9559cf86694 /conf | |
parent | de8c3a5430c71d3a52d2dc3362743b791256d847 (diff) |
conf: add snippet to ignore /dev/input/mouse* on Linux
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/50-synaptics.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf index ff0342d..2c32923 100644 --- a/conf/50-synaptics.conf +++ b/conf/50-synaptics.conf @@ -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 |