Finished the driver and installed it. Saving for archive.
This commit is contained in:
@@ -56,6 +56,27 @@ systemctl --user status surface-dial-renewed.service
|
||||
journalctl --user -u surface-dial-renewed.service -f
|
||||
```
|
||||
|
||||
## Tune Multitouch Timing
|
||||
|
||||
Edit:
|
||||
|
||||
```bash
|
||||
~/.config/systemd/user/surface-dial-renewed.service
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```text
|
||||
ExecStart=%h/.cargo/bin/surface-dial-renewed --mode multitouch --mt-idle-ms 100 --mt-idle-max-ms 1500 --mt-settle-ms 80
|
||||
```
|
||||
|
||||
Apply changes:
|
||||
|
||||
```bash
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user restart surface-dial-renewed.service
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
Automatic uninstall from the repository root:
|
||||
|
||||
Reference in New Issue
Block a user