spacepaste

  1.  
  2. # XPS 9550 2016 - Petter K.
  3. Section "InputClass"
  4. Identifier "libinput pointer catchall"
  5. Option "AccelerationProfile" "flat"
  6. Option "AccelSpeed" "0.25"
  7. Driver "libinput"
  8. MatchIsPointer "on"
  9. MatchDevicePath "/dev/input/event*"
  10. EndSection
  11. Section "InputClass"
  12. Identifier "libinput touchpad catchall"
  13. Option "Tapping" "True"
  14. Option "PalmDetection" "True"
  15. Option "DisableWhileTyping" "True"
  16. Option "NaturalScrolling" "False"
  17. Option "AccelProfile" "adaptive"
  18. Option "AccelSpeed" "-0.03"
  19. Option "ClickMethod" "buttonareas"
  20. Option "MiddleEmulation" "True"
  21. Option "ScrollMethod" "twofinger"
  22. Option "HorizontalScrolling" "True"
  23. Option "SendEventsMode" "disabled-on-external-mouse"
  24. Driver "libinput"
  25. MatchIsTouchpad "on"
  26. MatchDevicePath "/dev/input/event*"
  27. EndSection
  28. Section "InputClass"
  29. Identifier "libinput keyboard catchall"
  30. Option "XkbLayout" "no"
  31. Option "XkbOptions" "terminate:ctrl_alt_bksp"
  32. Driver "libinput"
  33. MatchIsKeyboard "on"
  34. MatchDevicePath "/dev/input/event*"
  35. EndSection
  36.