diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-04 10:10:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-04 10:10:28 -0300 |
commit | 43c24a15212f4971ff57d69d62d5ab383ff6d17c (patch) | |
tree | 3560622115882df650192896d6023102c0e280f8 /kvmxfile | |
parent | 2d6cf34747ed47e2fe8e30982d737d87113c972d (diff) | |
download | kvmx-43c24a15212f4971ff57d69d62d5ab383ff6d17c.tar.gz kvmx-43c24a15212f4971ff57d69d62d5ab383ff6d17c.tar.bz2 |
Fix: docs: on xclient_windowmove
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -132,6 +132,14 @@ run_spice_client="0" #spice_client="virt-viewer" spice_client="spicy" +# Move the SPICE window client to a specific position in the desktop. +# +# Configuration xclient_windowmove can be set either at kvmxconfig +# or as a user setting at ~/.config/kvmxconfig (which will affect all guests). +# +# Example: move X11 client window below the WM bar +#xclient_windowmove="0 21" + # Set this if you want that kvmx-vdagent is triggered after the machine boots. kvmx_vdagent="0" |