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
+19
View File
@@ -52,6 +52,25 @@ The service runs:
It restarts on failure with a 2 second delay.
To tune multitouch timing in the service, edit:
```text
~/.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
```
Then reload and restart:
```bash
systemctl --user daemon-reload
systemctl --user restart surface-dial-renewed.service
```
Useful commands:
```bash