From: Silvio Rhatto Date: Thu, 29 Dec 2022 03:03:01 +0000 (-0300) Subject: Fix: kvmconfig: comment out resolution_y_offset X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=HEAD;p=rhatto%2Fdotfiles%2Fkvmx.git Fix: kvmconfig: comment out resolution_y_offset --- 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"