diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-03 11:30:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-03 11:30:31 -0300 |
commit | f3feccbbdc268033bc52a081288ea9404496dbc0 (patch) | |
tree | 49c5ae62be472de6b0adcec026e13b196c73a7ed | |
parent | 3fac95302856477757ffee9fd7b5ac98ec3aa0f4 (diff) | |
download | kvmx-f3feccbbdc268033bc52a081288ea9404496dbc0.tar.gz kvmx-f3feccbbdc268033bc52a081288ea9404496dbc0.tar.bz2 |
Updates screen dimensions
-rw-r--r-- | config.dot/kvmxconfig.link | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config.dot/kvmxconfig.link b/config.dot/kvmxconfig.link index a67f1da..772c403 100644 --- a/config.dot/kvmxconfig.link +++ b/config.dot/kvmxconfig.link @@ -5,5 +5,9 @@ # Default image base image_base="/var/cache/qemu" -# Move spice window -spice_windowmove="0 21" +# Move X11 client window below the WM bar +xclient_windowmove="0 21" + +# Set screen resolution offset for the X11 client +#resolution="1280x780" +resolution_y_offset="- 20" |