the toolbar can be hidden with a very simple hack to the
blackbox-0.60.whatever/src/Toolbar.cc file. open it up in your favorite plain text
editor, and search for "XMap". You should find not too far down in the file these
lines:
XMapSubwindows(display, frame.window);
XMapWindow(display, frame.window);
simply comment out the second one:
XMapSubwindows(display, frame.window);
/*XMapWindow(display, frame.window);*/
(I put the first line there only to show context.) cd back to the main src dir, make,
make install, restart. poof. nyz pretty much told me how to do that, so don't thank
me. i am not a hacker. i do not know c (very well). i'm useless.