Launch workspaces on boot
Contributed by: Justin C. Sherrill
This tip is valid for:
Both BeOS and Haiku
This line, in /boot/home/config/boot/UserBootscript will start Workspaces up every time you boot the computer:
/boot/preferences/Workspaces &
The ampersand (&) allows the bootscript to continue on without waiting for the Workspaces “process” to finish. That’s not exactly what happens, but it’s a good enough explanation.
Posted in Interface