]> gitweb.fluxo.info Git - rhatto/dotfiles/kvmx.git/commitdiff
Fix: kvmconfig: comment out resolution_y_offset master
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2022 03:03:01 +0000 (00:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 Dec 2022 03:03:01 +0000 (00:03 -0300)
config.dot/kvmxconfig.link

index 7b062b604b344f2d67c44147a49b2e3419de5b41..69cb64bd2d835bf77654a36814ef2c87ef7228e0 100644 (file)
@@ -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"