Useful .vmdrc file

From CUC3
Jump to navigation Jump to search

VMD has some useful features, but also a number of irritating startup options. Fortunately VMD is highly configurable. Add the following in a file calle .vmdrc for improved (IMHO) startup behaviour. Also setting 'alias vmd="vmd -nt"' in your .bash_alias prevents the startup advertisement. --mp466 02:49, 30 November 2009 (GMT)

 # turn on lights 0 and 1
 light 0 on
 light 1 on
 light 2 off
 light 3 off

 axes location off
 stage location off

 # position and turn on menus
 menu main on
 menu graphics on
 menu files on

 menu main move 5 196
 menu graphics move 5 455
 menu files move 800 750

 display projection orthographic