diff options
-rw-r--r-- | config.dot/kvmxconfig.link | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config.dot/kvmxconfig.link b/config.dot/kvmxconfig.link index 772c403..0b905d4 100644 --- a/config.dot/kvmxconfig.link +++ b/config.dot/kvmxconfig.link @@ -8,6 +8,11 @@ image_base="/var/cache/qemu" # Move X11 client window below the WM bar xclient_windowmove="0 21" -# Set screen resolution offset for the X11 client +# Set screen resolution #resolution="1280x780" -resolution_y_offset="- 20" + +# Se screen resolution offset for the X11 client, GTK spice client without menuber +#resolution_y_offset="- 20" + +# Se screen resolution offset for the X11 client, GTK spice client with menubar +resolution_y_offset="- 45" |