Hello,
Would there be a way to run some chimerax scripts at the beginning of every ChimeraX session?
In particular, I want three things:
1. Change the color of the background.
set bgColor white
2. Change the mode of the mouse.
ui mousemode right zoom
3. Open the shell.
ui tool show Shell
The most relevant documentation I found was:
"Python files in the directory
~/chimerax_start (where ~ is the user's home directory)
are imported automatically at startup."
I put ChimeraX scripts (not python files) in this folder, but no luck.
Thank you.
Best,
Siyoung