http://netbsd.i2p/docs/guide/en/chap-x.html
The following example uses the Openbox window manager, but there are
many others available in pkgsrc/wm . Openbox can be installed via binary packages or compiled with
pkgsrc. As always, assuming a properly set PKG_PATH, the binary package
method is: # pkg_add -v openbox To build it with pkgsrc, run: # cd /usr/pkgsrc/wm/openbox # make install Openbox is now installed; to start it you must modify your .xinitrc file:
substitute the line which calls...