diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-29 00:03:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-29 00:03:01 -0300 |
commit | 72a91fd2e5d9df81d8928dbfe5e1f0286bac88a5 (patch) | |
tree | 541ee40c2cf17359f98193abedae3f77bb4f727e /config.dot/kvmxconfig.link | |
parent | c905c87bd80500ebccb10225684cd57200351dcc (diff) | |
download | kvmx-master.tar.gz kvmx-master.tar.bz2 |
Diffstat (limited to 'config.dot/kvmxconfig.link')
-rw-r--r-- | config.dot/kvmxconfig.link | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.dot/kvmxconfig.link b/config.dot/kvmxconfig.link index 7b062b6..69cb64b 100644 --- a/config.dot/kvmxconfig.link +++ b/config.dot/kvmxconfig.link @@ -8,11 +8,13 @@ image_base="/var/cache/qemu" # Move X11 client window below the WM bar xclient_windowmove="0 21" -# Set screen resolution +# Set and explicit screen resolution #resolution="1280x780" # Se screen resolution offset for the X11 client, GTK spice client without menubar -resolution_y_offset="- 20" +# Useful when setting the guest window to the full screen size, minus the Y offset +#resolution_y_offset="- 20" # Se screen resolution offset for the X11 client, GTK spice client with menubar +# Useful when setting the guest window to the full screen size, minus the Y offset #resolution_y_offset="- 45" |