This commit is contained in:
Motiejus Jakštys 2019-12-22 14:42:16 +02:00
parent 7cc00847e2
commit 69d5824b7b
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ Vagrant.configure("2") do |config|
# vncserver -geometry 1280x800 small window
# vncserver -geometry 1920x1200 small letters
# vncserver -geometry 1536x960 great
config.vm.provision "file", source: "xsession", destination: ".vnc/xsession"
config.vm.provision "file", source: "xstartup", destination: ".vnc/xstartup"
end