The Fluxbox package contains a windows manager.
Download (HTTP): http://telia.dl.sourceforge.net/sourceforge/fluxbox/fluxbox-0.9.5.tar.bz2
Download size: 372 KB
Estimated Disk space required: 53.9 MB
Estimated build time: 1.28 SBU
Install Fluxbox by running the following commands:
./configure --prefix=/usr --enable-kde --enable-gnome && make && make install |
--enable-kde: This command activates Fluxbox's ability to allow KDE tray icons to be placed in the slit.
--enable-gnome: This command activates Fluxbox's ability to support GNOME.
Be sure to backup your current .xinitrc before proceeding.
cat >> ~/.xinitrc << "EOF"> exec fluxbox EOF |
mkdir ~/.fluxbox && cp /usr/share/fluxbox/init ~/.fluxbox/init && cp /usr/share/fluxbox/keys ~/.fluxbox/keys && cp /usr/share/fluxbox/menu ~/.fluxbox/menu |
Menu Items are added by editing~/.fluxbox/menu. The syntax is explained on the fluxbox man page.