Advertisement
BSDKaffee

20-nvidia-drm-outputclass.conf

May 28th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | Software | 0 0
  1. Section "InputClass"
  2. Identifier "libinput touchpad catchall"
  3. Driver "libinput"
  4. MatchIsTouchpad "on"
  5. MatchDevicePath "/dev/input/event*"
  6. Option "Tapping" "on"
  7. Option "NaturalScrolling" "true"
  8. # Option "Protocol" "event"
  9. # Option "Protocol" "psm"
  10. # Option "Device" "/dev/psm0"
  11. # Option "SendCoreEvents" "on"
  12. # Option "VertTwoFingerScroll" "1"
  13. # Option "EmulateTwoFingerMinZ" "7"
  14. # Option "EmulateTwoFingerMinW" "7"
  15. # Option "VertScrollDelta" "-111"
  16. # Option "TapButton2" "0"
  17. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement