Section "InputClass" Identifier "Ignore system keyboard multiplexer" MatchIsKeyboard "on" MatchProduct "System" MatchDevicePath "/dev/input/event*" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore /dev/atkbd* (already covered by evdev)" MatchIsKeyboard "on" MatchDevicePath "/dev/atkbd*" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore /dev/kbdmux* (already covered by evdev)" MatchIsKeyboard "on" MatchDevicePath "/dev/kbdmux*" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore /dev/ukbd* (already covered by evdev)" MatchIsKeyboard "on" MatchDevicePath "/dev/ukbd*" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore Mionix macros keyboard" MatchIsKeyboard "on" MatchProduct "Mionix" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Keyboard Defaults" Driver "libinput" MatchIsKeyboard "on" Option "XkbRules" "evdev" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "oss" EndSection Section "InputClass" Identifier "Ignore system mouse multiplexer" MatchIsPointer "on" MatchProduct "System" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore Generic PS/2 mouse" MatchIsPointer "on" MatchProduct "Generic PS/2" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore Generic PS/2 mouse" MatchIsPointer "on" MatchDevicePath "/dev/psm*" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Ignore Generic PS/2 mouse" MatchIsPointer "on" MatchDevicePath "/dev/sysmouse" Option "Ignore" "on" EndSection Section "InputClass" Identifier "Synaptics Touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping" "on" Option "ClickMethod" "clickfinger" EndSection