spacepaste

  1.  
  2. # grep -r . /etc/X11/xorg.conf.d
  3. /etc/X11/xorg.conf.d/50-synaptics.conf:# Example xorg.conf.d snippet that assigns the touchpad driver
  4. /etc/X11/xorg.conf.d/50-synaptics.conf:# to all touchpads. See xorg.conf.d(5) for more information on
  5. /etc/X11/xorg.conf.d/50-synaptics.conf:# InputClass.
  6. /etc/X11/xorg.conf.d/50-synaptics.conf:# DO NOT EDIT THIS FILE, your distribution will likely overwrite
  7. /etc/X11/xorg.conf.d/50-synaptics.conf:# it when updating. Copy (and rename) this file into
  8. /etc/X11/xorg.conf.d/50-synaptics.conf:# /etc/X11/xorg.conf.d first.
  9. /etc/X11/xorg.conf.d/50-synaptics.conf:# Additional options may be added in the form of
  10. /etc/X11/xorg.conf.d/50-synaptics.conf:# Option "OptionName" "value"
  11. /etc/X11/xorg.conf.d/50-synaptics.conf:#
  12. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass"
  13. /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "touchpad catchall"
  14. /etc/X11/xorg.conf.d/50-synaptics.conf: Driver "synaptics"
  15. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchIsTouchpad "on"
  16. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TouchpadOff" "0"
  17. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton1" "1"
  18. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton2" "2"
  19. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "TapButton3" "0"
  20. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger1" "1"
  21. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger2" "2"
  22. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "ClickFinger3" "3"
  23. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "VertTwoFingerScroll" "1"
  24. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "HorizTwoFingerScroll" "1"
  25. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "VertScrollDelta" "-50"
  26. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "HorizScrollDelta" "-50"
  27. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is recommend on all Linux systems using evdev, but cannot be
  28. /etc/X11/xorg.conf.d/50-synaptics.conf:# enabled by default. See the following link for details:
  29. /etc/X11/xorg.conf.d/50-synaptics.conf:# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
  30. /etc/X11/xorg.conf.d/50-synaptics.conf:# MatchDevicePath "/dev/input/event*"
  31. /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection
  32. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass"
  33. /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "touchpad ignore duplicates"
  34. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchIsTouchpad "on"
  35. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchOS "Linux"
  36. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDevicePath "/dev/input/mouse*"
  37. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "Ignore" "on"
  38. /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection
  39. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option enables the bottom right corner to be a right button on clickpads
  40. /etc/X11/xorg.conf.d/50-synaptics.conf:# and the right and middle top areas to be right / middle buttons on clickpads
  41. /etc/X11/xorg.conf.d/50-synaptics.conf:# with a top button area.
  42. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is only interpreted by clickpads.
  43. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass"
  44. /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "Default clickpad buttons"
  45. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDriver "synaptics"
  46. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
  47. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
  48. /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection
  49. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option disables software buttons on Apple touchpads.
  50. /etc/X11/xorg.conf.d/50-synaptics.conf:# This option is only interpreted by clickpads.
  51. /etc/X11/xorg.conf.d/50-synaptics.conf:Section "InputClass"
  52. /etc/X11/xorg.conf.d/50-synaptics.conf: Identifier "Disable clickpad buttons on Apple touchpads"
  53. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchProduct "Apple|bcm5974"
  54. /etc/X11/xorg.conf.d/50-synaptics.conf: MatchDriver "synaptics"
  55. /etc/X11/xorg.conf.d/50-synaptics.conf: Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
  56. /etc/X11/xorg.conf.d/50-synaptics.conf:EndSection
  57. /etc/X11/xorg.conf.d/20opengl.conf:Section "Files"
  58. /etc/X11/xorg.conf.d/20opengl.conf:EndSection
  59.