Finished the driver and installed it. Saving for archive.

This commit is contained in:
2026-07-15 11:15:33 +02:00
parent b56dd2a34e
commit e6e1e9a6d6
5 changed files with 215 additions and 32 deletions
+21
View File
@@ -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: