In this Podcast an ozmart tip, dvtm, fun with openbox, and xorg 1.9 without hal.
LINKS:
Screenshots
http://nooone.info/openbox/openbox.png
http://nooone.info/openbox/openbox1.png
http://nooone.info/openbox/openbox2.png
Openbox Config Files
http://nooone.info/openbox/
DVTM
http://www.brain-dump.org/projects/dvtm/
Openbox Tips
http://openbox.org/wiki/Configuration
http://www.gentoo.org/doc/en/openbox.xml
http://en.gentoo-wiki.com/wiki/Openbox
https://wiki.archlinux.org/index.php/Openbox
http://openbox.org/wiki/Help:Actions#Introduction
Openbox Bindings
http://openbox.org/wiki/Help:DefaultConfiguration
http://openbox.org/wiki/Help:Bindings#Key_bindings
Openbox Themes Tips
http://openbox.org/wiki/Help:Themes
Tint2 Configuration Tips
http://code.google.com/p/tint2/wiki/Configure
Xorg 1.9
http://who-t.blogspot.com/2010/01/new-configuration-world-order.html
http://en.gentoo-wiki.com/wiki/X.Org
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guid...
http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.9-upgrade-guid...
http://docs.funtoo.org/wiki/Xorg-server_1.7_to_1.9_upgrade_guide
https://wiki.archlinux.org/index.php/Xorg
http://www.gossamer-threads.com/lists/gentoo/user/223364
Download
One thing I ran across that I forgot to mention, for the title of your urxvt to keep updated with stuff like the emerge status add this to your .bashrc.
# urxvt title
case $TERM in
rxvt-256color)
trap 'echo -ne "\e]0;$USER@$HOSTNAME: $BASH_COMMAND\007"' DEBUG
;;
esac