The Fluxbox package contains a window manager.
Download (HTTP): http://prdownloads.sourceforge.net/fluxbox/fluxbox-0.9.13.tar.bz2
Download MD5 sum: f9b7b3c3b8e1e9ce3449601b238d4fba
Download size: 649 KB
Estimated disk space required: 47.7 MB
Estimated build time: 1.2 SBU
X (XFree86-4.5.0 or X.org-6.8.2)
Imlib2-1.2.1 Image display library
Install Fluxbox by running the following commands:
./configure --prefix=/usr && make
Now, as the root user:
make install
--enable-imlib2: Use this option if you wish image formats additional to xpm.
Be sure to backup your current .xinitrc before proceeding.
cat >> ~/.xinitrc << "EOF" startfluxbox EOF
Now create the Fluxbox configuration files:
mkdir -v ~/.fluxbox && cp -v /usr/share/fluxbox/init ~/.fluxbox/init && cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys
Now if you have Which installed.
cd ~/.fluxbox && fluxbox-generate_menu
Else, if you do not have Which installed.
cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu
Menu Items are added by editing ~/.fluxbox/menu. The syntax is explained on the fluxbox man page.
Last updated on 2005-08-01 13:29:19 -0600