# grep -r . /etc/X11/xorg.conf.d /etc/X11/xorg.conf.d/50-synaptics.conf:# Example xorg.conf.d snippet that assigns the touchpad driver /etc/X11/xorg.conf.d/50-synaptics.conf:# to all touchpads. See xorg.conf.d(5) for more information on /etc/X11/xorg.conf.d/50-synaptics.conf:# InputClass. /etc/X11/xorg.conf.d/50-synaptics.conf:# DO NOT EDIT THIS FILE, your distribution will likely overwrite /etc/X11/xorg.conf.d/50-synaptics.conf:# it when updating. Copy (and rename) this file into /etc/X11/xorg.conf.d/50-synaptics.conf:# /etc/X11/xorg.conf.d first. /etc/X11/xorg.conf.d/50-synaptics.conf:# Additional options may be added in the form of /etc/X11/xorg.conf.d/50-synaptics.conf:# Option "OptionName" "value" /etc/X11/xorg.conf.d/50-synaptics.conf:# /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass" /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "touchpad catchall" /etc/X11/xorg.conf.d/50-synaptics.conf: Driver "synaptics" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchIsTouchpad "on" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TouchpadOff" "0" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton1" "1" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton2" "2" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton3" "0" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger1" "1" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger2" "2" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger3" "3" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "VertTwoFingerScroll" "1" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "HorizTwoFingerScroll" "1" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "VertScrollDelta" "-50" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "HorizScrollDelta" "-50" /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is recommend on all Linux systems using evdev, but cannot be /etc/X11/xorg.conf.d/50-synaptics.conf:# enabled by default. See the following link for details: /etc/X11/xorg.conf.d/50-synaptics.conf:# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html /etc/X11/xorg.conf.d/50-synaptics.conf:# MatchDevicePath "/dev/input/event*" /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass" /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "touchpad ignore duplicates" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchIsTouchpad "on" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchOS "Linux" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDevicePath "/dev/input/mouse*" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "Ignore" "on" /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection /etc/X11/xorg.conf.d/50-synaptics.conf:# This option enables the bottom right corner to be a right button on clickpads /etc/X11/xorg.conf.d/50-synaptics.conf:# and the right and middle top areas to be right / middle buttons on clickpads /etc/X11/xorg.conf.d/50-synaptics.conf:# with a top button area. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is only interpreted by clickpads. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass" /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "Default clickpad buttons" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDriver "synaptics" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%" /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection /etc/X11/xorg.conf.d/50-synaptics.conf:# This option disables software buttons on Apple touchpads. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is only interpreted by clickpads. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass" /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "Disable clickpad buttons on Apple touchpads" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchProduct "Apple|bcm5974" /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDriver "synaptics" /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SoftButtonAreas" "0 0 0 0 0 0 0 0" /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection /etc/X11/xorg.conf.d/20opengl.conf:Section "Files" /etc/X11/xorg.conf.d/20opengl.conf:EndSection