mirror of https://github.com/pikvm/pikvm.git
Update mouse_jiggler.md (#1224)
Added additional line to allow jiggler to come back after a reboot
This commit is contained in:
parent
6dc682eafc
commit
d2ab3c16ee
|
|
@ -11,11 +11,14 @@ without having to move the mouse manually to avoid the screensaver.
|
|||
## Enabling the Jiggler
|
||||
To enable the Jiggler, it is required to allow some config lines to `/etc/kvmd/override.yaml`:
|
||||
|
||||
Please note: `active: true` will allow jiggler to activate after a reboot, if you do not want this, remove this line.
|
||||
|
||||
```yaml
|
||||
kvmd:
|
||||
hid:
|
||||
jiggler:
|
||||
enabled: true
|
||||
active: true
|
||||
```
|
||||
|
||||
... and restart KVMD:
|
||||
|
|
|
|||
Loading…
Reference in New Issue