-
-
Save linktoming/3b0f65ae6b31e73d92ef270ee9756efc to your computer and use it in GitHub Desktop.
Revisions
-
imabuddha created this gist
Dec 10, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # add this to /usr/share/libinput/50-system-apple.quirks (create if doesn't exist) [Apple Magic Trackpad v2] MatchName=*Magic Trackpad 2 AttrSizeHint=162x115 AttrTouchSizeRange=20:10 AttrPressureRange=2:0 AttrPalmSizeThreshold=900 AttrThumbSizeThreshold=700 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # add this to /usr/share/X11/xorg.conf.d/99-apple-magic-trackpad-2.conf (create if doesn't exist) Section "InputClass" Identifier "Magic Trackpad 2" MatchProduct "Magic Trackpad 2" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "NaturalScrolling" "true" Option "ClickMethod" "clickfinger" EndSection