diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-10-25 18:29:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-10-25 18:29:55 -0300 |
commit | ecc811b44d26841bc428527883e2dd3c4bf80d81 (patch) | |
tree | d3fdcb4b6cb951783da120ffa93407505af3a629 | |
parent | f3feccbbdc268033bc52a081288ea9404496dbc0 (diff) | |
download | kvmx-ecc811b44d26841bc428527883e2dd3c4bf80d81.tar.gz kvmx-ecc811b44d26841bc428527883e2dd3c4bf80d81.tar.bz2 |
Updates resolution_y_offset
-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" |