This commit is contained in:
Motiejus Jakštys 2019-12-22 14:45:21 +02:00
parent 69d5824b7b
commit 85a5322104

View File

@ -21,9 +21,7 @@ Vagrant.configure("2") do |config|
SHELL
# my geom: 2560x1600
# vncserver -geometry 1280x800 small window
# vncserver -geometry 1920x1200 small letters
# vncserver -geometry 1536x960 great
# vncserver -geometry 1536x960 great on laptop
# vncserver -geometry 2560x1440 ok on monitor
config.vm.provision "file", source: "xstartup", destination: ".vnc/xstartup"
end