Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harttle/macbook-mtrack-settings
MacOS-feel MacBook trackpad settings using X11 and xf86-input-mtrack
https://github.com/harttle/macbook-mtrack-settings
macbook mtrack touchpad x11
Last synced: 3 days ago
JSON representation
MacOS-feel MacBook trackpad settings using X11 and xf86-input-mtrack
- Host: GitHub
- URL: https://github.com/harttle/macbook-mtrack-settings
- Owner: harttle
- License: mit
- Created: 2019-04-30T06:28:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T14:29:27.000Z (almost 6 years ago)
- Last Synced: 2024-12-01T19:09:20.325Z (2 months ago)
- Topics: macbook, mtrack, touchpad, x11
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macbook-mtrack-settings
OSX-like MacBook trackpad settings using X11 and xf86-input-mtrack.## Dependences
There's an X11 window server in your OS with [xf86-input-mtrack][xf86-input-mtrack] driver installed. For ArchLinux it's done by:
```bash
pacman -S xorg
pacaur -S xf86-input-mtrack # it's from AUR
```## How to apply?
```bash
cp 50-mtrack.conf /etc/X11/xorg.conf.d/
```Copy .xinitrc contents into yours corresponding X11 startup conf.
## How to fine tune my settings?
1. Pointer Acceleration. Modify the "AccelerationProfile", "ConstantDeceleration" and "AccelerationVelocityScaling" fields. Checkout [xorg.conf(5)] for documents.
2. Pointer Acceleration under three finger selection. Modify the "SwipeSensitivity" option.
3. 4 finger Swipe Switching Workspace. That's depending on what window manager/desktop environment you're using. Just bind Button9 and Button8 for next and prev actions respectively.[xorg.conf]: https://jlk.fjfi.cvut.cz/arch/manpages/man/xorg.conf.5
[xf86-input-mtrack]: https://github.com/BlueDragonX/xf86-input-mtrack