Update mouse_jiggler.md (#1224)

Added additional line to allow jiggler to come back after a reboot
This commit is contained in:
arch1mede
2024-01-24 14:21:11 +02:00
committed by GitHub
parent 6dc682eafc
commit d2ab3c16ee
+3
View File
@@ -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: