diff options
author | Maxim Devaev <[email protected]> | 2023-06-05 16:37:02 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-06-05 16:37:02 +0300 |
commit | 66c1d321d2048feab7c786d64a5356660216ad38 (patch) | |
tree | 04b8de4ca556f629acc590be1491bffad31bf33f /kvmd/apps/vnc/__init__.py | |
parent | 82aedb9c4ea7b57f03fe83fe0edee4c511c883ef (diff) |
vnc: force absolute usb mouse_output
Diffstat (limited to 'kvmd/apps/vnc/__init__.py')
-rw-r--r-- | kvmd/apps/vnc/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/apps/vnc/__init__.py b/kvmd/apps/vnc/__init__.py index 3653f416..a5d3c781 100644 --- a/kvmd/apps/vnc/__init__.py +++ b/kvmd/apps/vnc/__init__.py @@ -69,6 +69,7 @@ def main(argv: (list[str] | None)=None) -> None: x509_key_path=config.server.tls.x509.key, desired_fps=config.desired_fps, + mouse_output=config.mouse_output, keymap_path=config.keymap, kvmd=KvmdClient(user_agent=user_agent, **config.kvmd._unpack()), |