blob: 772c403bf9086c89fdff47fdc935ce444d656296 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# KVMX user configuration
#
# Default image base
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
#resolution="1280x780"
resolution_y_offset="- 20"
|