fluxbox links
Official Wiki: http://fluxbox-wiki.org
Style Help: http://www.tenr.de/howto/style_fluxbox/style_fluxbox.html
install fluxbox from git repository
Additional information: http://fluxbox-wiki.org/index.php?title=Git_-_using
- get sources:
git clone git://git.fluxbox.org/fluxbox.git fluxbox.git
- prepare sources (nls is Native Language Support, xinerama is for multiple screens):
cd fluxbox.git ./autogen.sh ./configure --enable-nls --disable-xinerama
- compile:
make && sudo make install
- update:
cd fluxbox.git && git pull && make && sudo make install