mirror of
https://github.com/pikvm/pikvm.git
synced 2024-04-21 12:41:58 +00:00
Update mouse_jiggler.md (#1224)
Added additional line to allow jiggler to come back after a reboot
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user