Finished the driver and installed it. Saving for archive.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user