Update mouse_jiggler.md (#1224)

Added additional line to allow jiggler to come back after a reboot
pull/1225/head
arch1mede 4 months ago committed by GitHub
parent 6dc682eafc
commit d2ab3c16ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save